Correct answer is : C
https://docs.snowflake.com/en/sql-reference/constructs/sample
Return an entire table, including all rows in the table:
SELECT * FROM testtable TABLESAMPLE (100);
The TABLESAMPLE clause in the query specifies that the result set should contain a random sample of data from the table, with the percentage specified as 100. This means that the entire table will be included in the result set, but the order of the rows will be random.
Correct :C,https://docs.snowflake.com/en/sql-reference/constructs/sampleReturn an entire table, including all rows in the table:
SELECT * FROM testtable TABLESAMPLE (100);
upvoted 4 times
...
Log in to ExamTopics
Sign in:
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.
Renvis
Highly Voted 1 year, 9 months agobar_ser
Highly Voted 1 year, 9 months agoMitchdu
Most Recent 3 months, 3 weeks ago[Removed]
1 year agobibisa
1 year, 7 months agojtm22
1 year, 7 months agobibisa
1 year, 8 months agodementor
1 year, 8 months agoMultiCloudIronMan
1 year, 9 months agomuks86
1 year, 9 months ago