Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A junior data engineer typically uses the INSERT INTO command to write data into a Delta table. A senior data engineer recommends a different command to prevent the insertion of duplicate records. Which command does the senior data engineer suggest?
INSERT INTO
A
APPLY CHANGES INTO
B
MERGE INTO
C
COPY INTO
D
UPDATE
E
INSERT OR OVERWRITE