
Answer-first summary for fast verification
Answer: COPY INTO [location]
The correct answer is D (COPY INTO [location]) because this command is specifically designed for unloading data from Snowflake tables into files in stages. According to Snowflake documentation and the community discussion with 100% consensus, COPY INTO <location> is the proper command for bulk unloading data to Snowflake or external stages. Option A (GET) is for downloading files from stages to local systems, not for unloading table data. Option B (LIST) is for listing files in stages, not for data unloading. Option C (PUT) is for uploading files from local systems to stages, which is the opposite operation of unloading.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.