Skip to content
DEP
Developing Code for Data Processing using Python and SQL
hard
Question 1 of 44

When executing a MERGE INTO statement in Delta Lake, what happens if the source dataset contains multiple rows that match the same target row based on the join condition?

ADelta Lake applies changes from all matching source rows sequentially to the target row
BDelta Lake raises an error because MERGE requires each source row to match at most one target row
CDelta Lake uses only the first matching source row and silently ignores the rest
DDelta Lake creates multiple target rows, one for each matching source row

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion