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

What tasks can be completed using the COPY command? (Choose two.)

    Correct Answer: C, D

    The COPY command can be used to reorder columns and omit columns during the data loading process. Reordering columns involves specifying a different order for the columns when loading the data, and omitting columns allows you to exclude certain columns from being loaded into the table. These functionalities are typically available in data loading commands to provide flexibility in how the incoming data is handled.

Discussion
girgirOptions: CD

yes CD, Note that COPY transformations do not support the FLATTEN function, or JOIN or GROUP BY (aggregate) syntax. https://docs.snowflake.com/en/user-guide/data-load-transform

fahfouhi94Options: CD

https://docs.snowflake.com/en/user-guide/data-load-transform.html

Mallikharjuna452Options: CD

columns can be reordered and omitted

_yyuktaOptions: CD

C and D are correct

singhksOptions: CD

C and D

MultiCloudIronManOptions: CD

Correct

c0d3gOptions: CD

Columns can be reordered. Columns can be omitted.

KarBiswaOptions: CD

Right answer