How would a query make the selection between two tables according to the value of a specific column?
For example: I have two tables that contain account number and Balance, I need to know which accounts are not with the same balance.
Tab1 Conta Saldo 123 100,00 Tab2 Conta Saldo 123 150,00
In case I need to know which accounts do not have the balance beating.