exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1290 discussion

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

When working with table MY_TABLE that contains 10 rows, which sampling query will always return exactly 5 rows?

  • A. SELECT * FROM MY_TABLE SAMPLE SYSTEM (5);
  • B. SELECT * FROM MY_TABLE SAMPLE BERNOULLI (5);
  • C. SELECT * FROM MY_TABLE SAMPLE (5 ROWS);
  • D. SELECT * FROM MY_TABLE SAMPLE SYSTEM (1) SEED (5);
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Billhardy
2 months, 1 week ago
Selected Answer: C
SELECT * FROM MY_TABLE SAMPLE (5 ROWS);
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 ...