I have 4 tables with 4 columns each that hold the same data 99% of the time. But there might be some data inconsistency in those tables i.e. some data missing in some tables or sometimes some columns having inconsistent data. How can I compare the records in these 4 tables and see what data or records are missing and what data is inconsistent in what tables and extract the inconsistent records. Can someone please help how to can I compare this using PL/SQL, as I am new to this and am trying to figure out. Thanks for any help.