SnowPro Core Certification — Question 532
What command is used to export or unload data from Snowflake?
Answer options
- A. PUT @mystage
- B. GET @mystage
- C. Copy INTO @mystage
- D. INSERT @mystage
Correct answer: C
Explanation
The correct answer is 'Copy INTO @mystage', as this command is specifically designed to export data from Snowflake to a stage. The other options, such as PUT and GET, are used for uploading and downloading data respectively, while INSERT is used for adding data into tables.