Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A user unloaded data from a Snowflake table named mytable to an internal stage named mystage.
mytable
mystage
Which command lists the files that were uploaded to the stage?
A
list @mytable;
B
list @%mytable;
C
list @%mystage;
D
list @mystage;