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

What type of columns does Snowflake recommend to be used as clustering keys? (Choose two.)

    Correct Answer: C, D

    Snowflake recommends using columns with very high cardinality as clustering keys because they tend to provide better clustering properties and improve the efficiency of queries that filter or scan large tables. Additionally, columns that are most actively used in selective filters are recommended because they help optimize query performance by reducing the amount of data that needs to be scanned.

Discussion
Ram9198Options: DE

Cardinality should not be extremely high or low so C is not a best answer

MultiCloudIronManOptions: DE

correct

ravuri_rkOptions: DE

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

Snow_POptions: DE

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