How does the PARTITION BY option affect an expression for a COPY INTO
How does the PARTITION BY option affect an expression for a COPY INTO
The PARTITION BY option in a COPY INTO command partitions table rows into separate files that are unloaded to the specified stage. This allows for efficient data management and retrieval by organizing the data into partitions based on specified columns in the table.
B. The PARTITION BY option in a COPY INTO command specifies an expression that partitions the unloaded table rows into separate files unloaded to the specified stage. The expression must be based on one or more columns in the table.
B correct
B correct - https://docs.snowflake.com/en/user-guide/data-unload-overview