SnowflakeSnowflake
COF-C02 · Question #130
COF-C02 Question #130: Real Exam Question with Answer & Explanation
The correct answer is B: list @my_stage. The list @my_stage command in Snowflake can be used to verify if data has been uploaded to an external stage named my_stage. This command provides a list of files that are present in the specified stage.
Data Loading and Unloading
Question
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?
Options
- Aview @my_stage
- Blist @my_stage
- Cshow @my_stage
- Ddisplay @my_stage
Explanation
The list @my_stage command in Snowflake can be used to verify if data has been uploaded to an external stage named my_stage. This command provides a list of files that are present in the specified stage.
Topics
#External Stages#Data Unloading#LIST Command#Stage Contents
Community Discussion
No community discussion yet for this question.