Question: Write a query to display each customers first name and last name as a single field labeled Customer, along with their sales reps first name
Write a query to display each customers first name and last name as a single field labeled Customer, along with their sales reps first name and last name as a single field labeled as Sales Rep.

SalesRep PK ReplD varchar(20) varchar(20) PK CustomerID int FirstName LastName varchar(20) FirstName varchar(20) CommissionRate decimal(10,2) decimal(10,2) FK1 RepID FK1 CustomerlD int OrderDate date ShipDate date Part PK,FK1 OrderlD int PK,FK2 PartIDint ass char(4) decimal(10,2) decimal(10,2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
