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_