SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 256


What is a core benefit of clustering?

Show Answer
Correct Answer: B

The core benefit of clustering is to increase scan efficiency in queries by improving pruning. Clustering helps in organizing data in a way that allows the database to more effectively skip over irrelevant data during a query. This reduces the amount of data that needs to be scanned and increases the overall efficiency of query execution.

Discussion

5 comments
Sign in to comment
AlexbDkuOption: B
Dec 23, 2022

B is correct https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html#:~:text=Using%20a%20clustering%20key%20to,in%20tables%20with%20no%20clustering.

fahfouhi94Option: B
Feb 3, 2023

correct answer

Marge23Option: B
Sep 18, 2023

correct

_yyuktaOption: B
Feb 26, 2024

B. To increase scan efficiency in queries by improving pruning

Mallikharjuna452Option: B
Jul 22, 2024

B is correct answer