Hi All,
I have source and taget table.
I want to insert into source if there is an extra rows in target and delete from source if there is an extra rows in source.
How can I achieve this?as per my knowledge we can't use MERGE.
I am using oracle 12C.
Thank You.