Which three are true? (Choose three.)
A.
A MERGE statement replaces the data of one table with that of another.
B.
A MERGE statement can be used to insert new rows into a table.
C.
A MERGE statement can be used to update existing rows in a table.
D.
A MERGE statement is used to merge the data of one table with data from another.
Explanation: