Which Snowflake SQL command is used to get a subset of rows randomly from a table?
Which Snowflake SQL command is used to get a subset of rows randomly from a table?
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.
D is correct
Correct
Correct -- D https://docs.snowflake.com/en/sql-reference/constructs/sample