How do I Order by customer number within rep number from my sql statement?
Display the rep name for each customer listed in the customers table. Display the customer number as ‘Customer Number’, customer name as ‘Customer Name’, rep number as ‘Rep Number’, and rep name concatenated (first last) as ‘Rep Name’.
