SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 145


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

Show Answer
Correct Answer: CD

In a CREATE PIPE ... AS COPY FROM statement, columns can indeed be reordered, allowing the data to be arranged in the desired column order upon loading. Additionally, columns can be omitted, meaning it is possible to load only specific columns from the incoming data into the target table. These transformations are supported to facilitate data preparation and ensure it aligns with the schema of the destination table. Other operations such as filtering data with a WHERE clause, joining with other tables, and defining row-level access are not supported in this context.

Discussion

10 comments
Sign in to comment
SV1122
Jan 1, 2023

Was on exam Dec 31st 2022

SV1122Options: CD
Dec 26, 2022

CD is correct https://docs.snowflake.com/en/sql-reference/sql/create-pipe.html

BigDataBB
Jan 5, 2023

https://docs.snowflake.com/en/sql-reference/sql/create-pipe.html#usage-notes

BigDataBB
Jan 5, 2023

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

EmiBOptions: CD
Mar 6, 2023

Using a query as the source for the COPY statement for column reordering [C], column omission [D], and casts (i.e. transforming data during a load) is supported. For usage examples, see Transforming Data During a Load. Note that only simple SELECT statements are supported. Filtering using a WHERE clause is not supported [E].

KarBiswaOptions: CD
Feb 10, 2023

as per documentation

MultiCloudIronManOptions: CD
Jul 14, 2023

Correct

Ram9198Options: CD
Oct 30, 2023

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

_yyuktaOptions: CD
Feb 25, 2024

C and D are correct

AnireddySaikiranReddyOptions: CD
Feb 25, 2024

Correct Answer: CD

pranaligOptions: CD
Jun 15, 2024

Correct Answer: CD

Mallikharjuna452Options: CD
Jul 19, 2024

C and D are correct