I am trying to find a customer numbers, customer names and sales rep number for all customers that have open orders. using an alias O for the Open Orders table and C for Customers table. I need each cusotmer should appear only once. How would I write this in a SQL statement. My tables are Open Orders and Customers.