SnowPro Core Certification — Question 53
True or False: It is best practice to define a clustering key on every table.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
Defining a clustering key on every table is not considered best practice because it may lead to unnecessary complexity and performance issues. Clustering keys should be used selectively based on the specific query patterns and data retrieval needs of the table.