Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use the following business rules to create a Crow s Foot ERD. Include all appropriate connectivities and primary / foreign keys in your ERD. Whw

Use the following business rules to create a Crows Foot ERD. Include all appropriate connectivities and primary/foreign keys in your ERD.
Whw
w
A department employs many employees, but each employee is employed by one department. Use department_id and employee_id as the primary keys. Include the correct foreign keys.
A division operates many departments, but each department is operated by one division. Use division_id and department_id as the primary keys. Include the correct foreign keys.
An employee may be assigned many projects, and a project may have many employees assigned to it. Use employee_id and project_id as the primary keys. Include the correct foreign keys. (Hint: this is a many to many relationship. You need to use a bridge or junction table to correctly model a many to many relationship. Your bridge or junction table could be called assignment.) What does the ERD look like?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions

Question

7. How might you go about testing these assumptions?

Answered: 1 week ago