Create a database schema design based on the following (simplified) requirements of the COMPANY Database: 1. The company is organized into DEPARTMENTs. Each department has a name, number and an employee who manages the department. We keep track of the start date of the department manager. A department may have several locations. 2. Each department controls a number of PROJECTs. Each project has a name, a unique number, and a brief description. 3. We store each EMPLOYEE's social security number, address, salary, gender, and birthdate. a) Each employee works for one department but may work on several projects, which are not necessarily controlled by the same department. b) We keep track of the number of hours per week that an employee currently works on each project. c) We also keep track of the direct supervisor of each employee. 4. Each employee may have a number of DEPENDENTs. a) For each dependent, we keep track of their name, gender, birthdate, and relationship to the employee. We assume each dependent only has one parent works for the company.

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter2: Database Design Fundamentals
Section: Chapter Questions
Problem 11RQ
icon
Related questions
Question

Create a database schema design based on the following (simplified) requirements of the COMPANY Database:

1. The company is organized into DEPARTMENTs. Each department has a name, number and an employee who manages the department. We keep track of the start date of the department manager. A department may have several locations.

2. Each department controls a number of PROJECTs. Each project has a name, a unique number, and a brief description.

3. We store each EMPLOYEE's social security number, address, salary, gender, and birthdate. a) Each employee works for one department but may work on several projects, which are not necessarily controlled by the same department. b) We keep track of the number of hours per week that an employee currently works on each project. c) We also keep track of the direct supervisor of each employee.

4. Each employee may have a number of DEPENDENTs. a) For each dependent, we keep track of their name, gender, birthdate, and relationship to the employee. We assume each dependent only has one parent works for the company.

Expert Solution
Step 1

There are four main entities in the database:

  • Employee
  • Department
  • Project
  • Dependents

A supervisor forms a recursive relationship with the Employee entity.

A department has the following attributes:

  • Name
  • Number
  • Locations

A project has the following attributes:

  • Name
  • Location
  • Number

An employee has the following attributes:

  • First name
  • Last name
  • Birth date
  • Address
  • SSN
  • Sex
  • Salary
  • Minit

A dependent has the following attributes:

  • Name
  • Birth date
  • Relationship
  • Sex
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Transaction Processing
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781305971776
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning