SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 251


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

Show Answer
Correct Answer: CD

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

8 comments
Sign in to comment
girgirOptions: CD
Mar 6, 2023

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
Feb 3, 2023

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

KarBiswaOptions: CD
Mar 10, 2023

Right answer

c0d3gOptions: CD
May 30, 2023

Columns can be reordered. Columns can be omitted.

MultiCloudIronManOptions: CD
Jul 13, 2023

Correct

singhksOptions: CD
Aug 19, 2023

C and D

_yyuktaOptions: CD
Feb 26, 2024

C and D are correct

Mallikharjuna452Options: CD
Jul 22, 2024

columns can be reordered and omitted