SnowPro Core Certification — Question 70
Which statement best describes `clustering`?
Answer options
- A. Clustering represents the way data is grouped together and stored within Snowflake's micro-partitions
- B. The database administrator must define the clustering methodology for each Snowflake table
- C. The clustering key must be included on the COPY command when loading data into Snowflake
- D. Clustering can be disabled within a Snowflake account
Correct answer: A
Explanation
The correct answer, A, accurately describes clustering as it relates to how data is organized in Snowflake's micro-partitions. Option B is incorrect because while administrators manage clustering, the methodology does not have to be defined for each table. Option C is wrong as the clustering key is not required in the COPY command. Option D is misleading since clustering is an inherent feature that can be adjusted but not simply disabled.