Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Draw an ERD containing the Customer, SalesPerson, and Order entities. For the Customer entity, add attributes of CustomerID ( primary key ) , FirstName, LastName,
Draw an ERD containing the Customer, SalesPerson, and Order entities. For the Customer entity, add attributes of CustomerID primary key FirstName, LastName, and ContactNo. For the SalesPerson entity, add attributes of SalesPersonID primary key FirstName, LastName, and Location. For the Order entity, add the attributes of OrderNo primary key OrderDate, and TotalValue. A customer may place many orders, while an order is placed by exactly one customer. A sales person may process many orders, while an order may be processed by a sales person.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started