SnowPro Core Certification — Question 1262

Based on a review of a Query Profile, which scenarios will benefit the MOST from the use of a data clustering key? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct answers are B and E because data clustering keys optimize data retrieval for columns that are heavily utilized in WHERE clauses and JOIN operations, which can significantly improve query performance. Options A, C, and D are less beneficial in this context as they do not influence data retrieval as directly as WHERE and JOIN operations do.