SnowPro Core Certification — Question 719
A user wants to upload a file to an internal Snowflake stage using a PUT command.
Which tools and/or connectors could be used to execute this command? (Choose two.)
Answer options
- A. SnowCD
- B. SnowSQL
- C. SQL API
- D. Python connector
- E. Snowsight worksheets
Correct answer: B, D
Explanation
The correct answers are B and D because SnowSQL is a command-line tool specifically designed for interacting with Snowflake, and the Python connector allows users to execute commands programmatically, including the PUT command. The other options either do not support the PUT command or are not primarily intended for file uploads.