SnowPro Core Recertification — Question 50

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

Answer options

Correct answer: D

Explanation

The correct answer is D because the PARTITION BY <expression> option allows for the output to be divided into multiple files based on distinct values of the specified expression. Options A, B, and C describe different functionalities that do not pertain to partitioning the output into separate files.