QuestionQ37

Create databases and stages, and use compute resources

Which SQL command can list the contents of a named stage named my_table?

Explanation

Snowflake’s LIST command references a named internal or external stage with @<stage_name>. The % prefix denotes a table stage, while @~ denotes the current user’s stage.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!