SnowPro Core Certification — Question 811
Which command will unload data from a table into an external stage?
Answer options
- A. PUT
- B. INSERT
- C. COPY INTO [location]
- D. GET
Correct answer: C
Explanation
The correct answer is C, as the COPY INTO command is specifically designed to unload data from a table into an external stage. Options A and D are used for uploading and downloading files, respectively, while B is for inserting data into a table, not unloading.