Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When ingesting data into a Delta table with the same schema, which operation allows you to overwrite the existing data?
A
MERGE
B
INSERT OVERWRITE
C
COPY INTO
D
CREATE OR REPLACE TABLE
E
INSERT