Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CREATE a Crows Foot ERD model using the following information -An INVOICE is written by a SALESREP. Each sales representative can write many invoices, but
CREATE a Crows Foot ERD model using the following information -An INVOICE is written by a SALESREP. Each sales representative can write many invoices, but each invoice is written by one sales representative. For each invoice, you want to store the date of the invoice, subtotal, tax, and total price. For each sales rep, you want to store his or her first name, last name, middle initial, and e-mail -The INVOICE is written for a single CUSTOMER. However, each customer can have many invoices. -For each customer, you want to store billing and shipping information An INVOICE can include many detail lines (LINE), which describe the products bought by the customer. These attributes include the quantity, price, and total of each product listed in the invoice. The product information is stored in a PRODUCT entity. This information includes a description and price. -The product's vendor information is found in a VENDOR entity. The vendor entity should include contact information for the vendor
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