
Answer-first summary for fast verification
Answer: GET
The GET command is specifically designed to download data files from Snowflake internal stages (named, table, or user stages) to a local directory on a client machine. This is the correct command for transferring data from Snowflake to a local client environment. The community discussion confirms this with 100% consensus on option D, and the detailed explanation clarifies that while COPY INTO can unload table data to stages, it doesn't directly deliver files to the client's local filesystem. PUT is the inverse operation (uploading from client to Snowflake), and DROP is unrelated to file transfer operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.