SnowPro Core Certification — Question 380

What transformations are supported in a CREATE PIPE ... AS COPY `¦ FROM (`¦) statement? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because the CREATE PIPE statement allows for reordering and omitting columns during data ingestion. Options A, B, and E are incorrect as filtering, joining with other tables, and defining row-level access are not supported transformations in this context.