
Answer-first summary for fast verification
Answer: COPY INTO
The correct answer is A (COPY INTO) because it is the primary Snowflake command used to unload data from a table into files in a stage location. As confirmed by the community discussion with 100% consensus and upvoted comments, COPY INTO is specifically designed for this purpose. The GET command (B) is used to download files from a stage to a local file system, not to unload from a table to a stage. WRITE (C) is not a valid Snowflake command for data unloading. EXTRACT INTO (D) is not a standard Snowflake command; Snowflake uses COPY INTO for both loading and unloading operations. The community discussion clearly supports COPY INTO as the correct choice, with detailed explanations referencing Snowflake documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.