
Answer-first summary for fast verification
Answer: COPY INTO
The question asks which command is used to unload data from a table or move a query result to a stage. Based on Snowflake documentation and the community discussion, COPY INTO is the correct command for unloading data from tables to stages. The community discussion shows 100% consensus on option A with multiple comments confirming this is correct, including explanations that COPY INTO unloads rows from tables to stage files. Option B (GET) is for downloading files from stages to local systems, not unloading from tables. Option C (MERGE) is for upsert operations, not data unloading. Option D (PUT) is for uploading files from local systems to stages, not unloading from tables.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.