I am trying to get non matching records from 2 tables
For ex
TableA
ID Account
1 Acc1
2 Acc2
3 Acc3
TableB
Opp Accountid
Opp1 1
Opp2 2
Opp3 4
I need to know which accountid is present in TableB but not in TableA. It would be wonderful if someone could provide this query.
Required record would be Opp3 of tableB
Thanks
Prady