I have two tables, TableA and TableB, both of which have columns in the same structure, therefore they both have columns.
A B C D E F
Where the main keys are A and B. How can I construct a SQL query to determine whether each field in Tables A and B—which have identical primary keys—contains exactly the same values?