Exam COF-C03 Topic 1 Question 332 Discussion
Actual exam question for Snowflake's COF-C03 exam
Question #: 332
Topic #: 1
Question #: 332
Topic #: 1
A clustering key was defined on a table, but It is no longer needed. How can the key be removed?
Suggested Answer: C Vote an answer
To remove a clustering key that was previously defined on a table in Snowflake, the correct SQL command is ALTER TABLE <TABLE NAME> DROP CLUSTERING KEY. This command removes the existing clustering key from the table, after which Snowflake will no longer re-cluster data based on that key during maintenance operations or after data loading operations.
by Dawn at Aug 11, 2026, 01:18 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).