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

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?

    Correct Answer: B

    To verify if data has been uploaded to an external stage in Snowflake, the 'list' command can be used. This command lists the files present in the specified stage, allowing the user to check the presence of the expected data.

Discussion
LavpakOption: B

Answer is correct List

Mallikharjuna452Option: B

list @my_stage

aws_godOption: B

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

_yyuktaOption: B

B. list @my_stage

Marge23Option: B

correct

MultiCloudIronManOption: B

correct

c0d3gOption: B

B. list @my_stage

EmiBOption: B

B. list @my_stage