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

Which of the following describes how clustering keys work in Snowflake?

    Correct Answer: B

    Clustering keys in Snowflake sort the designated columns over time without blocking DML (Data Manipulation Language) operations. This means that while data in a table can be re-organized based on the clustering keys to improve query performance, such reorganization does not interrupt or block the normal insertions, deletions, or updates being performed on the table.

Discussion
harshagc180Option: B

Correct Answer B

knagnayakOption: B

correct answer is B

ahadh7621Option: B

B. https://docs.snowflake.com/en/user-guide/tables-auto-reclustering Non-blocking DML Automatic Clustering is transparent and does not block DML statements issued against tables while they are being reclustered.

_yyuktaOption: B

B. Clustering keys sort the designated columns over time, without blocking DML operations.

MultiCloudIronManOption: B

correct

tpiscagliaOption: B

B https://docs.snowflake.com/en/user-guide/tables-clustering-keys#what-is-a-clustering-key

fahfouhi94Option: B

correct answer is B