SnowPro Core Certification — Question 1128
What metadata is stored for each micro-partition? (Choose two.)
Answer options
- A. The number of distinct values
- B. The clustering key used in the table
- C. The average depth of values for each of the columns
- D. The range of values for each of the columns in the full table
- E. The minimum and maximum values for each of the columns
Correct answer: A
Explanation
Option A is correct as it refers to the number of distinct values stored in micro-partitions. Options B, C, D, and E do not accurately describe the metadata associated with micro-partitions, as they pertain to other aspects of data organization or are not included in the metadata for micro-partitions.