SnowPro Core Certification — Question 179
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?
Answer options
- A. view @my_stage
- B. list @my_stage
- C. show @my_stage
- D. display @my_stage
Correct answer: B
Explanation
The correct command to check the contents of an external stage in Snowflake is 'list @my_stage', which displays the files available in that stage. The other options 'view', 'show', and 'display' are not valid commands for this purpose and do not provide the functionality to list files in an external stage.