SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core 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?

Show Answer
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

8 comments
Sign in to comment
LavpakOption: B
Nov 28, 2022

Answer is correct List

EmiBOption: B
Mar 11, 2023

B. list @my_stage

c0d3gOption: B
May 15, 2023

B. list @my_stage

MultiCloudIronManOption: B
Jul 20, 2023

correct

Marge23Option: B
Sep 18, 2023

correct

_yyuktaOption: B
Feb 26, 2024

B. list @my_stage

aws_godOption: B
Apr 4, 2024

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

Mallikharjuna452Option: B
Jul 21, 2024

list @my_stage