Which commands can a Snowflake user execute to specify a cluster key for a table? (Choose two.)
Which commands can a Snowflake user execute to specify a cluster key for a table? (Choose two.)
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.
A clustering key can be defined at table creation (using the CREATE TABLE command) or afterward (using the ALTER TABLE command).
https://docs.snowflake.com/en/user-guide/tables-clustering-keys