Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 206

Which command can be used to load data files into a Snowflake stage?

    Correct Answer: C

    The correct command to load data files into a Snowflake stage is PUT. The PUT command is specifically used to upload files from a local file system to an internal stage in Snowflake.

Discussion
EmiBOption: C

(up)load to stage - PUT (up)load from stage - COPY INTO FROM @ unload to stage - COPY INTO @ download from stage - GET

GeeraOption: B

load/unload -> copy into upload/download-> put/get

halolOption: C

https://docs.snowflake.com/en/user-guide/data-load-local-file-system-stage.html

Mallikharjuna452Option: C

C.PUT is correct answer

nexerSnowOption: B

B is the correct answer for external stage and c is the correct answer for internal stages

AnireddySaikiranReddyOption: C

Correct Answer: C

_yyuktaOption: C

C. PUT

0e504b5Option: C

If we load from local file system, then PUT If we unload data from a Snowflake table into stage, then COPY INTO In this case, we are loading data FILES, we're not loading data from a Snowflake table into a stage. Therefore, the right answer is PUT https://docs.snowflake.com/en/user-guide/data-load-local-file-system-stage https://docs.snowflake.com/en/user-guide/data-unload-snowflake

MultiCloudIronManOption: C

Correct

chizoOption: C

C Is used to load data into a stage

vmsaranOption: C

C is correct