
Answer-first summary for fast verification
Answer: COPY INTO
The correct answer is COPY INTO because it is specifically designed for unloading data from Snowflake tables to external stages. The community discussion shows 100% consensus on option B, with references to Snowflake documentation confirming COPY INTO is the proper command for this operation. GET is used to download files from a stage to a local system, PUT is used to upload files from a local system to a stage, and SHOW is used to display metadata about database objects - none of these are appropriate for unloading table data to an external stage.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.