ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 272 - DP-203 discussion

Report
Export

You are building a data flow in Azure Data Factory that upserts data into a table in an Azure Synapse Analytics dedicated SQL pool.You need to add a transformation to the data flow. The transformation must specify logic indicating when a row from the input data must be upserted into the sink.

Which type of transformation should you add to the data flow?

A.
join
Answers
A.
join
B.
select
Answers
B.
select
C.
surrogate key
Answers
C.
surrogate key
D.
alter row
Answers
D.
alter row
Suggested answer: D

Explanation:

The alter row transformation allows you to specify insert, update, delete, and upsert policies on rows based on expressions. You can use the alter row transformation to perform upserts on a sink table by matching on a key column and setting the appropriate row policy

asked 02/10/2024
Ilias Akarkach
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first