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

What is the abbreviated form to get all the files in the stage for the current user?

    Correct Answer: B

    To get all the files in the stage for the current user, the abbreviated command 'LS @~;' is used. This command lists all staged files and is the shorthand form of the full 'LIST' command.

Discussion
MultiCloudIronManOption: B

B is correct because it says abbreviated form

EmiBOption: B

A - LIST (normal form) B - LS (abbrev form)

phaptatanOption: B

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

MultiCloudIronManOption: A

There is no LS command on snowsql

bar_ser

There is https://docs.snowflake.com/en/sql-reference/sql/list Use the abbreviated form of the command to list all the files in the stage for the current user: LS @~; Because it asks for "abbreviated form" B is correct

MultiCloudIronMan

Thanks for the correction and yes LS is the abbreviated for form of List, so both are correct

MultiCloudIronMan

I can see there is so A and B are correct