
Answer-first summary for fast verification
Answer: COPY INTO
The correct answer is A (COPY INTO) because it is the primary command used to unload data from a Snowflake table into an external stage. The community discussion confirms this, with the highest upvoted comment (3 upvotes) explicitly stating 'Selected Answer: A Correct'. While another comment mentions a two-step process involving COPY INTO followed by GET for downloading files from a Snowflake stage, the question specifically asks about unloading data into an external stage, which is accomplished solely with COPY INTO. Options B, C, and D are incorrect because: B and D include unnecessary additional steps (GET/PUT) that are not part of the unloading command itself, and C (GET) is used for downloading files from stages, not unloading data from tables.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.