
Answer-first summary for fast verification
Answer: Copy INTO @mystage
The correct answer is C (COPY INTO @mystage) because it is the standard Snowflake command for unloading data from tables to an internal or external stage. The community discussion shows strong consensus (73% selecting C) with multiple comments citing official Snowflake documentation that confirms COPY INTO <location> is used for data unloading. While some confusion exists about GET (option B), which is actually used for downloading files from a stage to a local system, not for unloading data from Snowflake tables. PUT (option A) is for uploading files to a stage, and INSERT (option D) is for loading data into tables, making them incorrect for unloading operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.