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

What action can be performed using the GET command in Snowflake?

    Correct Answer: C

    The GET command in Snowflake is used to download data files from Snowflake internal stages to a local directory or folder. The options referring to renaming or decrypting files are not actions performed by the GET command.

Discussion
0e504b5Option: C

GET Downloads data files from one of the following Snowflake stages to a local directory/folder on a client machine: Named internal stage. Internal stage for a specified table. Internal stage for the current user. GET does not support downloading files from external stages. To download files from external stages, use the utilities provided by the cloud service. PUT has the same limitation: doesn't support uploading files to an external stage: https://docs.snowflake.com/en/sql-reference/sql/put

mambamotaOption: C

C is ok