SnowPro Core Certification — Question 441
A user has unloaded data from Snowflake to a stage.
Which SQL command should be used to validate which data was loaded into the stage?
Answer options
- A. list @file_stage
- B. show @file_stage
- C. view @file_stage
- D. verify @file_stage
Correct answer: A
Explanation
The correct command is 'list @file_stage' as it displays the contents of the specified stage. The other options, such as 'show', 'view', and 'verify', do not exist in the context of listing files in a Snowflake stage.