SnowPro Core Certification — Question 389
Which command is used to load files into an internal stage within Snowflake?
Answer options
- A. PUT
- B. COPY INTO
- C. TRANSFER
- D. INSERT
Correct answer: A
Explanation
The correct answer is A, PUT, as it is specifically designed to upload files to an internal stage in Snowflake. The other options do not serve this purpose: B, COPY INTO is used for loading data into tables, C, TRANSFER is not a valid Snowflake command, and D, INSERT is used to add records to existing tables.