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

When unloading data with the COPY INTO command, what is the purpose of the PARTITION BY parameter option?

    Correct Answer: D

    The purpose of the PARTITION BY <expression> parameter option in the COPY INTO <location> command is to split the output into multiple files, one for each distinct value of the specified expression.

Discussion
aws_godOption: D

https://docs.snowflake.com/en/sql-reference/sql/copy-into-location#optional-parameters

GwoOption: D

D is correct. https://docs.snowflake.com/en/user-guide/data-unload-overview