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

What is the COPY INTO command option default for unloading data into multiple files?

    Correct Answer: D

    The default option for the COPY INTO <location> command for unloading data into multiple files is SINGLE = FALSE. This setting specifies that the data should be unloaded into multiple files by default.

Discussion
HeetecOption: D

D correct - https://docs.snowflake.com/en/user-guide/data-unload-overview#:~:text=The%20COPY%20INTO%20%3Clocation%3E%20command%20provides%20a%20copy,SINGLE%20%3D%20FALSE%20%28i.e.%20unload%20into%20multiple%20files%29.