Question: Create SQL data manipulation statements for the following queries. Customer ( CustomerNumber, CustomerName, Street, City, State, Zip, Balance, CreditLimit, SalesRepNumber ) Based on the code
Create SQL data manipulation statements for the following queries.
Customer ( CustomerNumber, CustomerName, Street, City, State, Zip, Balance, CreditLimit, SalesRepNumber ) Based on the code above: How many customers are represented by sales rep 35?
Customer ( CustomerNumber, CustomerName, Street, City, State, Zip, Balance, CreditLimit, SalesRepNumber ) Based on the code above: List the customer name, number, balance, and rep number for each customer. Within the customers of each sales rep, sort the output by customer name.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
