SnowPro Core Certification — Question 306

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?

Answer options

Correct answer: D

Explanation

The correct answer, D, is accurate because using a CLUSTER BY clause allows data to be organized by the cluster key within micro-partitions, which enhances pruning efficiency during queries. Options A, B, and C describe different aspects of data management but do not specifically address the concept of colocating data by the cluster key within micro-partitions.