SnowPro Core Certification — Question 1045

Which common query issues can be identified by the Query Profile? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The Query Profile is effective in identifying issues such as inefficient query pruning (B), which indicates that the query is not optimizing its processing well, and exploding joins (D), which can lead to performance degradation due to excessive data combinations. The other options, while relevant to query management, do not specifically relate to the insights provided by the Query Profile.