Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is considered a limitation when using the MERGE INTO command in Databricks?
A
Merge operations are not supported in streaming jobs without the use of Watermarking.
B
Merge operations cannot delete records; they only support upsert operations.
C
Merge operations cannot proceed if a single source row matches and attempts to modify multiple target rows in the table.
D
Merge operations cannot proceed if multiple source rows match and attempt to modify the same target row in the table.
E
All the above are considered limitations of the MERGE INTO command.