
Answer-first summary for fast verification
Answer: LIST, LS
The question asks for two commands that can list files in a Snowflake stage. According to Snowflake documentation and the community discussion (with 100% consensus and multiple upvoted comments confirming), LIST and LS are equivalent commands used for this purpose. LIST is the full command name, while LS is a shorthand alias that performs the same function. The other options are incorrect: SELECT is for querying data, GET is for downloading files from a stage, and DESCRIBE is for viewing metadata about database objects.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.