Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment #4 Database Analysis and Design After the requirement collection and analysis phase the software project of a database application about a company is described

Assignment #4 Database Analysis and Design

After the requirement collection and analysis phase the software project of a database application about a company is described as follows:

  1. The company is organized into departments. Each department has an unique name, an unique number, and a particular employee who manages the department. We keep track of the start date when the employee began managing the dept. A dept may have multiple locations(cities).

  2. A dept controls a number of projects, each of which has a unique name, unique number, and single location.

  3. Each employees name, SSN, address, salary, sex, and DOB. An employee is assigned to one dept but may work on several projects, which are not necessary controlled by the same dept. We keep track of the number of hours per week that an employee works for each project. We also keep track of the direct supervisor of each employee.

  4. We want to keep track of the dependents of each employee for insurance purpose. We keep each dependents first name, sex, DOB, and relationship to the employee.

Draw the database design. Be sure to include all pertinent data (primary and foreign keys, bridge tables etc.)

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

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions

Question

5. What are the two key assumptions of self-expansion theory?

Answered: 1 week ago