I have two tables, Account and Location, and I am trying to verify that the sales code and location id in the account table have a corresponding row in the location table. However, my problem is that in the location table, I have multiple rows for the same sales code. Can someone please...