Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A department employs many employees, but each employee is employed by one department. Use department _ id and employee _ id as the primary keys.

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. If you need a reminder on how to correctly model a many to many relationship using a bridge table go back to week two and watch the video titled Helpful Homework Video Two.)

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_2

Step: 3

blur-text-image_3

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

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

2. What is the impact of information systems on organizations?

Answered: 1 week ago

Question

Evaluate the impact of technology on HR employee services.

Answered: 1 week ago