What is the abbreviated form to get all the files in the stage for the current user?
What is the abbreviated form to get all the files in the stage for the current user?
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.
B is correct because it says abbreviated form
A - LIST (normal form) B - LS (abbrev form)
https://docs.snowflake.com/en/sql-reference/sql/list
There is no LS command on snowsql
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
Thanks for the correction and yes LS is the abbreviated for form of List, so both are correct
I can see there is so A and B are correct