
Answer-first summary for fast verification
Answer: GET, PUT
The question asks for commands that can ONLY be executed using SnowSQL (the Snowflake command-line client). Based on Snowflake documentation and the community consensus (100% agreement on BD), GET and PUT are file operation commands that are exclusive to SnowSQL. GET downloads files from Snowflake internal stages to the local file system, while PUT uploads files from the local file system to Snowflake stages. These operations require direct file system access, which is only available through the command-line interface. In contrast: COPY INTO can be executed via other interfaces like the web UI; LIST is available in various clients; REMOVE can be done through other Snowflake interfaces.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.