Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 427

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?

    Correct Answer: A

    The correct SQL command to validate which data was loaded into a stage in Snowflake is 'list @file_stage'. This command lists the files in a stage, allowing users to confirm which data has been unloaded and is present in the stage.

Discussion
okurokOption: A

https://docs.snowflake.com/en/sql-reference/sql/list

MultiCloudIronManOption: A

correct

HarpreetwalOption: A

List command is correct

deadpool1108Option: A

A is correct.

Jens_B

Correct