Snowflake SnowPro Core Practice Test 5

Question 1 / 40
What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
The explain plan output is available graphically.
An explain plan can be used to conduct performance analysis without executing a query.
An explain plan will handle queries with temporary tables and the query profiler will not.
An explain plan's output will display automatic data skew optimization information.
Comment (0)
Suggested answer: B
Explanation:
An explain plan is beneficial because it allows for the evaluation of how a query will be processed without the need to actually execute the query.This can help in understanding the query's performance implications and potential bottlenecks without consuming resources that would be used if the query were run