Question 23: Which of the following is true, with regards to Cassandra clustering columns

  1. It is not mandatory to define
  2. It helps to define sort order on a particular column
  3. You can change ordering either ascending or descending using WITH CLUSTERING ORDER BY while creating table
  4. 1 and 3
  5. 2 and 3

Correct Answer : ?

Explanation : Check Here For Detailed Explanation