Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

he goal is to design a relational database that allows Company X to track the data related to their projects. The details of the database

he goal is to design a relational database that allows Company X to track the data related to their projects. The details of the database are explained next.
Tables:
Clients: clients are individual people, so the table needs to have columns to keep track of personal data such as name and contact data (address, phone, and email).
Projects: Projects have a name, a starting date, a planned end date, and an actual end date. We also need information about the location (address of the construction site).
Employees: This table keeps track of employees personal information, such as name, contact (address, phone, and email), and job title.
Jobs: this table simply keeps track of the kinds of jobs, and is the following:
JobCode
Description
J01
Structure
J02
Plumbing
J03
Electrical
J04
Heating and Ventilation
Assignments: For each assignment, we need to keep track of the start date and time and number of hours. We also need to know who performed the assignment, which project it is for, and the kind of job it consists of (more on this below).
Do not forget that a primary key is necessary for every table.
Recall: The company charges its clients by billing the hours spent on each assignment. The hourly billing varies per assignment, and is independent of the project, employee, or job. Which table should we put the Charge/hour

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 Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions