SnowPro Core Certification — Question 971

How can the Query Profile be used to identify the costliest operator of a query?

Answer options

Correct answer: B

Explanation

The correct answer is B because the operator with the highest fraction of time indicates it is the most resource-intensive part of the query. The other options either focus on irrelevant metrics such as cache usage or micro-partition counts, which do not directly correlate to the cost of the operators.