SnowPro Core Certification — Question 1076
Which command is used to unload data from a Snowflake table into a Snowflake stage?
Answer options
- A. GET
- B. CREATE STAGE
- C. COPY INTO [location]
- D. PUT
Correct answer: C
Explanation
The correct answer is C, as 'COPY INTO [location]' is specifically designed to unload data from a Snowflake table to a specified location. Options A, B, and D do not perform this action; 'GET' is used to retrieve files from a stage, 'CREATE STAGE' is for creating a stage, and 'PUT' is for uploading files to a stage.