SnowPro Core Certification — Question 1260
Which command allows a user to unload data from a Snowflake database table into one or more files in a Snowflake or external stage?
Answer options
- A. GET
- B. LIST
- C. PUT
- D. COPY INTO [location]
Correct answer: D
Explanation
The correct answer is D, as the COPY INTO command is specifically designed to unload data from a Snowflake table into a specified location. The other options, GET, LIST, and PUT, serve different purposes related to data transfer and file management but do not perform the unloading operation.