Answer-first summary for fast verification
Answer: ALTER TABLE logs CLUSTER BY NONE;
To remove clustering keys, use: ALTER TABLE table_name CLUSTER BY NONE.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Boost Your Career 🚀
No comments yet.
Sign Up to Unlock AI Tutor
You want to stop clustering on the logs table. Which command is correct?
A
ALTER TABLE logs CLUSTER BY NONE;
B
ALTER TABLE logs REMOVE CLUSTERING;
C
ALTER TABLE logs DROP CLUSTERING;
D
ALTER TABLE logs PARTITION BY NONE;