Snowflake SnowPro Core Certification Exam COF-C02 Question # 59 Topic 6 Discussion

Snowflake SnowPro Core Certification Exam COF-C02 Question # 59 Topic 6 Discussion

COF-C02 Exam Topic 6 Question 59 Discussion:
Question #: 59
Topic #: 6

The ORDERS table contains 12,000 rows.

Which query will return 10 rows that are randomly sampled from the table every time the query is run?


A.

select * from ORDERS fetch 10;


B.

select * from ORDERS limit 10;


C.

select * from ORDERS sample (10);


D.

select * from ORDERS tablesample (10 rows);


Get Premium COF-C02 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.