ExamGecko
Question list
Search
Search

Question 51 - SnowPro Core discussion

Report
Export

A user unloaded a Snowflake table called mytable to an internal stage called mystage.

Which command can be used to view the list of files that has been uploaded to the staged?

A.
list @mytable;
Answers
A.
list @mytable;
B.
list @%raytable;
Answers
B.
list @%raytable;
C.
list @ %m.ystage;
Answers
C.
list @ %m.ystage;
D.
list @mystage;
Answers
D.
list @mystage;
Suggested answer: D

Explanation:

The commandlist @mystage;is used to view the list of files that have been uploaded to an internal stage in Snowflake. Thelistcommand displays the metadata for all files in the specified stage, which in this case ismystage. This command is particularly useful for verifying that files have been successfully unloaded from a Snowflake table to the stage and for managing the files within the stage.

Snowflake Documentation on Stages

SnowPro Core Certification Study Guide

asked 23/09/2024
Justin Lee Foronda
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first