I need to build a query where I can output only the columns which do not match in two different tables A and B (which contain same number of columns and similar information)
For example table A and B both have 10 columns with same 3 primary keys.
(Reason for doing this is to find data entry errors in either table A or B)