I have two tables - table1
and table2
.
Both tables have the same columns.
I want to extract the record differences - meaning extract records in table1
not in table2
, and extract records in table2
not in table1
.
How I can do that by using SQL in Oracle Sys?