Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 249

A sales table FCT_SALES has 100 million records.

The following query was executed:

SELECT COUNT (1) FROM FCT_SALES;

How did Snowflake fulfill this query?

    Correct Answer: D

    Snowflake fulfills the query SELECT COUNT(1) FROM FCT_SALES by querying against the metadata cache. This approach is efficient for aggregations like COUNT because Snowflake stores metadata about the tables which can quickly provide the number of records without scanning the entire 100 million records in the sales table.

Discussion
EmiBOption: D

D. Query against the metadata cache >> METADATA-BASED RESULT

Mallikharjuna452Option: D

D.Query against the metadata cache

_yyuktaOption: D

D is correct

MultiCloudIronManOption: D

Correct

SV1122Option: D

D. Query against the metadata cache