Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 610

Which Snowflake SQL command is used to get a subset of rows randomly from a table?

    Correct Answer: D

    The SQL command used to get a subset of rows randomly from a table in Snowflake is 'SAMPLE'. The SAMPLE command allows users to retrieve a random sample from a table, fulfilling the requirement of obtaining a randomized subset of rows.

Discussion
nexerSnowOption: D

D is correct

MultiCloudIronManOption: D

Correct

rohan12khandareOption: D

Correct -- D https://docs.snowflake.com/en/sql-reference/constructs/sample