Question 23: Which of the following is true, with regards to Cassandra clustering columns
- It is not mandatory to define
- It helps to define sort order on a particular column
- You can change ordering either ascending or descending using WITH CLUSTERING ORDER BY while creating table
- 1 and 3
- 2 and 3
Correct Answer : ?
Explanation : Check Here For Detailed Explanation