
Answer-first summary for fast verification
Answer: Download data files from Snowflake internal stages to a local directory/folder.
The GET command in Snowflake is specifically designed to download data files from Snowflake internal stages (named internal stages, table stages, or user stages) to a local directory/folder on a client machine. This is clearly documented in Snowflake's official documentation and confirmed by the community discussion, where option C received 100% consensus and the highest upvotes. Option A is incorrect because GET does not automatically rename files. Option B is incorrect because GET does not handle decryption - that's managed by Snowflake's security features. Option D is incorrect because GET does not support downloading from external stages; external stage downloads require using the cloud provider's native utilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What is the function of the GET command in Snowflake?
A
Automatically rename downloaded files.
B
Automatically decrypt downloaded data on a client machine.
C
Download data files from Snowflake internal stages to a local directory/folder.
D
Download data files from Snowflake external stages to a local directory/folder.