What will be the output of the following query executed on the table named `gold_data`? ```sql SELECT * FROM gold_data TABLESAMPLE (100 ROWS); ``` | Snowflake SnowPro Core Quiz - LeetQuiz