SnowPro Core Certification — Question 346
When unloading data from Snowflake, the user executes a COPY INTO [location] command into an internal stage.
What additional command is required to load the file onto the local file system?
Answer options
- A. GET
- B. LIST
- C. PUT
- D. REMOVE
Correct answer: A
Explanation
The correct command to download files from an internal stage to the local file system is GET. The LIST command is used to view the contents of the stage, PUT is for uploading files to a stage, and REMOVE is used to delete files from a stage, making them incorrect choices in this context.