SnowPro Core Certification — Question 479

What command is used to download data from a Snowflake stage?

Answer options

Correct answer: C

Explanation

The correct command to download data from a Snowflake stage is GET, which is specifically designed for this purpose. PUT is used for uploading data, INSERT adds data to a table, and COPY is utilized for loading data from a stage into a table, not for downloading.