SnowPro Core Certification — Question 1233
Which command is used to download data from Snowflake to a client machine?
Answer options
- A. COPY INTO [location]
- B. PUT
- C. DROP
- D. GET
Correct answer: D
Explanation
The correct command for downloading data from Snowflake to a client machine is GET, as it specifically handles data retrieval. COPY INTO is used for exporting data to a location, PUT is for uploading files to Snowflake, and DROP is used for deleting objects, making them incorrect choices in this context.