SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 206


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

Show Answer
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

11 comments
Sign in to comment
EmiBOption: C
Mar 11, 2023

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

GeeraOption: B
Jan 11, 2023

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

halolOption: C
Dec 7, 2022

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

vmsaranOption: C
Feb 20, 2023

C is correct

chizoOption: C
Mar 23, 2023

C Is used to load data into a stage

MultiCloudIronManOption: C
Jul 20, 2023

Correct

0e504b5Option: C
Jan 28, 2024

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

_yyuktaOption: C
Feb 26, 2024

C. PUT

AnireddySaikiranReddyOption: C
Feb 26, 2024

Correct Answer: C

nexerSnowOption: B
May 15, 2024

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

Mallikharjuna452Option: C
Jul 21, 2024

C.PUT is correct answer