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

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.