
Ultimate access to all questions.
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_