SnowPro Core Certification — Question 1326
Which command should be used to download files from a Snowflake stage to a local folder on a client's machine?
Answer options
- A. PUT
- B. GET
- C. COPY
- D. SELECT
Correct answer: B
Explanation
The correct answer is B, GET, as this command is specifically designed to download files from a Snowflake stage to a local machine. The other options, such as PUT and COPY, are used for uploading files or copying data within Snowflake, while SELECT is used for querying data rather than transferring files.