SnowflakeSnowflake
COF-C02 · Question #676
COF-C02 Question #676: Real Exam Question with Answer & Explanation
Sign in or unlock COF-C02 to reveal the answer and full explanation for question #676. The question stem and answer options stay visible for context.
Performance Concepts
Question
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
Options
- ASELECT SUM (ORDER_AMT) FROM SALES;
- BSELECT AVG(ORDER_QTY) FROM SALES;
- CSELECT MIN(ORDER_AMT) FROM SALES;
- DSELECT ORDER_AMT * ORDER_QTY FROM SALES;
Unlock COF-C02 to see the answer
You've previewed enough free COF-C02 questions. Unlock COF-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Compute resources#Virtual warehouses#Query execution#Aggregate functions