SnowPro Core Recertification — Question 28

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

Answer options

Correct answer: C

Explanation

The correct answer is C because the TableScan operator's performance can be significantly affected by whether data is retrieved from cache or not, which directly impacts query cost. Options A and D provide insights into the query structure but do not specifically address cost efficiency. Option B focuses on time spent but does not consider the cache impact, which is crucial for understanding costs.