|
Explanation: MERGE command can be use to synchronize the two tables. when this command is used then if the data already exist then it will be updated and if does not exist then these two tables will be synchronize by inserting the data from one table to the other.
|