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