SnowPro Core Certification — Question 980

Which command is used to upload data files from a local directory or folder on a client machine to an internal stage, for a specified table?

Answer options

Correct answer: B

Explanation

The correct answer is B, PUT, as it is specifically designed to upload files to an internal stage in Snowflake. Option A, GET, is used for downloading files, while C, CREATE STREAM, is for creating a stream on a table, and D, COPY INTO [location], is used for loading data into a table from a stage, not for uploading files.