
Answer-first summary for fast verification
Answer: COPY INTO
The correct answer is A (COPY INTO) because the COPY INTO command in Snowflake is specifically designed for unloading data from tables into stages. The community discussion shows strong consensus with 86% selecting A, and the most upvoted comments confirm that COPY INTO is the proper command for unloading table data to a named stage. Option B (GET) is for downloading files from a stage to a local system, not unloading from a table. Option C (INSERT INTO) is for loading data into tables, not unloading from them. Option D (PUT) is for uploading files from a local system to a stage, not unloading from tables.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.