Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which SQL command is capable of inserting, updating, or deleting rows based on a condition that checks for the existence of a row(s)?
A
COPY INTO table_name
B
MERGE INTO table_name
C
UPDATE table_name
D
INSERT INTO OVERWRITE table_name
E
INSERT IF EXISTS table_name