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

What COPY INTO SQL command should be used to unload data into multiple files?

    Correct Answer: D

    To unload data into multiple files using the COPY INTO SQL command, you should use the option SINGLE=FALSE. This setting specifies that data should be unloaded into multiple files rather than a single file.

Discussion
tejarunOption: D

https://docs.snowflake.com/en/user-guide/data-unload-overview.html#bulk-unloading-into-single-or-multiple-files

vinnnoOption: D

The default is SINGLE = FALSE (i.e. unload into multiple files).

Mallikharjuna452Option: D

SINGLE = FALSE

_yyuktaOption: D

D. SINGLE=FALSE

nonamaeOption: D

Bulk unloading, the default SINGLE= FALSE which means you can unload into multiple files

Marge23Option: D

CORRECT

PawPetrolOption: D

The default is SINGLE = FALSE (i.e. unload into multiple files) Answer: D

srj_mehtaOption: D

ANSWER IS D The COPY INTO <location> command provides a copy option (SINGLE) for unloading data into a single file or multiple files. The default is SINGLE = FALSE (i.e. unload into multiple files).

EmiBOption: D

D. SINGLE=FALSE

psilvabrOption: D

D SINGLE=FALSE

Varma_SaraswathulaOption: D

SINGLE = FALSE

KarBiswaOption: D

single is false