Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A table named FCT_SALES contains 100 million records.
The following query is executed:
SELECT COUNT(1) FROM FCT_SALES;
How does Snowflake process this query?
A
Query against the result set cache
B
Query against a virtual warehouse cache
C
Query against the most-recently created micro-partition
D
Query against the metadata cache