
Answer-first summary for fast verification
Answer: COPY INTO [location]
The correct answer is C (COPY INTO [location]) because this command is specifically designed for unloading data from Snowflake tables into stages. The community discussion shows 100% consensus on option C with multiple upvoted comments confirming this is the correct command. Option A (GET) is used to download files from a stage to a local system, not for unloading table data. Option B (CREATE STAGE) creates a stage but doesn't unload data. Option D (PUT) is used to upload files from a local system to a stage, which is the opposite operation of unloading.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.