A user has unloaded data from a Snowflake table to an external stage.
Which command can be used to verify if data has been uploaded to the external stage named my_stage?
A user has unloaded data from a Snowflake table to an external stage.
Which command can be used to verify if data has been uploaded to the external stage named my_stage?
To verify if data has been uploaded to an external stage in Snowflake, the 'list' command can be used. This command lists the files present in the specified stage, allowing the user to check the presence of the expected data.
Answer is correct List
list @my_stage
https://docs.snowflake.com/en/sql-reference/sql/list
B. list @my_stage
correct
correct
B. list @my_stage
B. list @my_stage