SnowPro Core Certification — Question 536

What command would a user execute to load unstructured data files into a Snowflake internal stage?

Answer options

Correct answer: A

Explanation

The correct command to load files into a Snowflake internal stage is 'PUT', which is specifically designed for uploading files from a local file system to a stage. The 'GET' command is used to download files from a stage, 'LIST' is for viewing files in a stage, and 'COPY INTO' is used for loading data from a stage into a table, not for uploading files.