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