SnowPro Core Certification — Question 317

Which command can be used to load data into an internal stage?

Answer options

Correct answer: D

Explanation

The correct command to load data into an internal stage is PUT, as it specifically handles uploading files. LOAD is used for loading data from a stage to a table, COPY is for copying data into a table, and GET is used for downloading files from a stage.