|
Explanation: Merge is used to merge the data of one table with data from another, replaces the data of one table with that of another, used to insert new rows into a table. Incorrect answer : 4: MERGE statement can be used to update existing rows in a table if the condition match
|