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

Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?

    Correct Answer: D

    To load data from a file located in an external stage into a table in Snowflake, the COPY command should be used. This command is specifically designed for bulk data loading operations, allowing data to be transferred efficiently from external sources into Snowflake tables.

Discussion
Mallikharjuna452Option: D

COPY COMMAND

pranaligOption: D

Correct Answer: D

_yyuktaOption: D

D. COPY

MultiCloudIronManOption: D

Correct

EmiBOption: D

D - COPY INTO exactly

NabilROption: A

Why not INSERT ?

SV1122Option: D

GET does not support downloading files from external stages https://docs.snowflake.com/en/sql-reference/sql/get.html So the answer is COPY

sdnv89Option: D

copy into table

MMT123764kOption: D

Correct answer Copy