I have two tables I want to join on customer id table a has one instance of a customer table b has three instances of the same customer When running the query, I am getting 3 results being returned which is not correct. I need just one to be returned. I have tried joining on another select, using distinct...