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 provide some assistance on how I can verify that the sales code and location id values for each account are equal to the sales code and location id in the location table?