Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What will be the output of the following query executed on the table named gold_data?
gold_data
SELECT * FROM gold_data TABLESAMPLE (100 ROWS);
A
It will return an empty sample.
B
It will return a random 100 rows.
C
It will return an entire table.
D
It will produce an error message.