
Answer-first summary for fast verification
Answer: list @my_stage;
The correct answer is C because the LIST command is specifically designed to display the files in a Snowflake stage. The syntax 'LIST @my_stage;' follows Snowflake documentation for listing files in a named stage. Option A ('list @~;') refers to the user stage, not a named stage. Option B ('get @%mytable;') uses the GET command, which is for downloading files, not listing them. Option D ('get @my_stage;') also incorrectly uses GET instead of LIST. The community discussion confirms C is correct with 100% consensus and 3 upvotes, noting that LIST is the proper command for this purpose.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.