SnowPro Core Certification — Question 367
When loading data into Snowflake, the COPY command supports which of the following?
Answer options
- A. Joins
- B. Filters
- C. Column reordering
- D. Aggregates
Correct answer: C
Explanation
The COPY command in Snowflake is designed to load data efficiently, and one of its features includes the ability to reorder columns during the loading process. The other options, such as Joins, Filters, and Aggregates, are not functionalities that the COPY command supports directly during data loading.