Which SQL command lets you view the files that are present in a stage?
The Snowflake LIST command lists files in a specified stage, such as LIST @my_stage;.
LIST
LIST @my_stage;
Community Discussion