SnowPro Core Certification — Question 706
Which command is used to unload data from a Snowflake table to an external stage?
Answer options
- A. COPY INTO
- B. COPY INTO followed by GET
- C. GET
- D. COPY INTO followed by PUT
Correct answer: A
Explanation
The correct answer is A, as the COPY INTO command is specifically designed for unloading data from a Snowflake table to an external stage. Options B and D incorrectly suggest additional commands that are not required for this operation, and option C, GET, is used for downloading data rather than unloading it.