Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 984

Which commands can a Snowflake user execute to specify a cluster key for a table? (Choose two.)

    Correct Answer: A, C

    To specify a cluster key for a table in Snowflake, a user can use the CREATE command during the table creation to define a clustering key. Additionally, the ALTER command can be used to set or modify the clustering key of an existing table.

Discussion
Jordi204Options: AC

A clustering key can be defined at table creation (using the CREATE TABLE command) or afterward (using the ALTER TABLE command).

nexerSnowOptions: AC

https://docs.snowflake.com/en/user-guide/tables-clustering-keys