SnowPro Core Certification — Question 262
Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Answer options
- A. Schema Stage
- B. User Stage
- C. Database Stage
- D. Table Stage
- E. External Named Stage
- F. Internal Named Stage
Correct answer: B, D, F
Explanation
The correct options are B (User Stage), D (Table Stage), and F (Internal Named Stage), as these stages are specifically designed to facilitate file uploads in Snowflake. Options A (Schema Stage), C (Database Stage), and E (External Named Stage) do not directly support the PUT command for local file uploads.