exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1180 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 1180
Topic #: 1
[All SnowPro Core Questions]

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);
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ArunRav
1 month ago
Selected Answer: D
https://docs.snowflake.com/en/sql-reference/constructs/sample#fixed-size-row-sampling
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...