SnowPro Core Certification — Question 1301
Which command is used to unload data from a Snowflake table into a file in a stage?
Answer options
- A. COPY INTO
- B. GET
- C. WRITE
- D. EXTRACT INTO
Correct answer: A
Explanation
The correct command to unload data from a Snowflake table is 'COPY INTO', which allows you to specify the target location in a stage. The other options either pertain to different operations, like 'GET' for downloading files from a stage or are not valid Snowflake commands for unloading data.