Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which SQL command is used to add rows to an existing Delta table?
A
APPEND INTO DELTA table_name
B
INSERT INTO table_name
C
COPY DELTA INTO table_name
D
APPEND INTO table_name
E
UPDATE table_name