Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Snowflake SnowPro Advanced: Data Analyst Exam DAA-C01 Question # 16 Topic 2 Discussion

Snowflake SnowPro Advanced: Data Analyst Exam DAA-C01 Question # 16 Topic 2 Discussion

DAA-C01 Exam Topic 2 Question 16 Discussion:
Question #: 16
Topic #: 2

There are two similarly-structured and sized tables, Table_a and Table_b, in a schema with data populated in both tables. A Data Analyst is running queries as part of a preliminary analysis of the data to check the MAX value of a numeric column named num which is present in both the tables:

    Query 1: SELECT MAX(num) FROM Table_a;

    Query 2: SELECT MAX(num) FROM Table_b;

After running the queries, the Analyst observed that Query 2 ran significantly slower than Query 1. Why is this occurring?


A.

Table_b has more rows than Table_a.


B.

Table_b has a row-access policy defined.


C.

A multi-cluster warehouse was used to run Query 1.


D.

The USE_CACHED_RESULT was set to FALSE before running Query 2.


Get Premium DAA-C01 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.