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? (Select TWO).
Correct Answer: B,E
To upload a file to an internal Snowflake stage using a PUT command, you can use:
* B. SnowSQL: SnowSQL, the command-line client for Snowflake, supports the PUT command, allowing users to upload files directly to Snowflake stages from their local file systems.
* E. Snowsight worksheets: Snowsight, the web interface for Snowflake, provides a user-friendly environment for executing SQL commands, including the PUT command, through its interactive worksheets.
References:
* Snowflake Documentation: Loading Data into Snowflake using SnowSQL
* Snowflake Documentation: Using Snowsight