SnowPro Core Certification — Question 251
Which command can be used to load data files into a Snowflake stage?
Answer options
- A. JOIN
- B. COPY INTO
- C. PUT
- D. GET
Correct answer: C
Explanation
The 'PUT' command is specifically designed for loading files into a Snowflake stage. The other options, such as 'JOIN' and 'COPY INTO', serve different functions such as combining data and copying data from a stage to a table, respectively, and are not suitable for directly uploading files.