Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When should a data engineer choose the MERGE INTO command over the INSERT INTO command?
MERGE INTO
INSERT INTO
A
When the location of the data needs to be changed
B
When the target table is an external table
C
When the source table can be deleted
D
When the target table cannot contain duplicate records
E
When the source is not a Delta table