Question: 2. Create an ERD based on the Crow's Foot model (just PK and FK for attributes), using the following requirements: - An ORDER is written

2. Create an ERD based on the Crow's Foot model (just PK and FK for attributes), using the following requirements: - An ORDER is written by an ORDER_PRO. Each order professional can write many ORDERs, but each ORDER is written by a single order professional. - The ORDER is written for a single CUSTOMER. However, each customer can have many ORDERs. - An ORDER can include many detail lines (ORDER_LINE), each of which describes one PRODUCT bought by the customer. - The VENDOR of each PRODUCT is in a vendor entity. 2. Create an ERD based on the Crow's Foot model (just PK and FK for attributes), using the following requirements: - An ORDER is written by an ORDER_PRO. Each order professional can write many ORDERs, but each ORDER is written by a single order professional. - The ORDER is written for a single CUSTOMER. However, each customer can have many ORDERs. - An ORDER can include many detail lines (ORDER_LINE), each of which describes one PRODUCT bought by the customer. - The VENDOR of each PRODUCT is in a vendor entity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
