SnowPro Core Certification — Question 932
Which commands can a Snowflake user execute to specify a cluster key for a table? (Choose two.)
Answer options
- A. CREATE
- B. UPDATE
- C. ALTER
- D. SET
- E. SHOW
Correct answer: A, C
Explanation
The correct answers are A and C because the CREATE and ALTER commands are specifically used to define or modify a cluster key in a Snowflake table. The other options, such as UPDATE, SET, and SHOW, do not serve the purpose of specifying a cluster key.