When unloading data with the COPY INTO
When unloading data with the COPY INTO
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.
https://docs.snowflake.com/en/sql-reference/sql/copy-into-location#optional-parameters
D is correct. https://docs.snowflake.com/en/user-guide/data-unload-overview