SnowflakeSnowflake
COF-C02 · Question #375
COF-C02 Question #375: Real Exam Question with Answer & Explanation
The correct answer is A: Column reordering. The COPY INTO <table> command in Snowflake supports column reordering and column omission as part of its data transformation capabilities during the load process.
Data Loading and Unloading
Question
What transformations are supported when loading data into a table using the COPY INTO <table> command? (Select TWO).
Options
- AColumn reordering
- BColumn omission
- CJOIN function
- DFLATTEN function
- EGROUP BY function
Explanation
The COPY INTO <table> command in Snowflake supports column reordering and column omission as part of its data transformation capabilities during the load process.
Topics
#COPY INTO command#Data loading transformations#Column reordering#Column omission
Community Discussion
No community discussion yet for this question.