Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Regional Labs is a company that conducts research and development work on a contract basis for other companies and organizations. Figure 3-32 shows data that

image text in transcribed
image text in transcribed
Regional Labs is a company that conducts research and development work on a contract basis for other companies and organizations. Figure 3-32 shows data that Regional Labs collects about projects and the employees assigned to them. This data is stored in a relation (table) named PROJECT: PROJECT (Project ID, Employee Name, Employee Salary) A. Assuming that all functional dependencies are apparent in this data, which of the following are true? 1. ProjectID EmployeeName 2. ProjectID EmployeeSalary 3. (ProjectID, EmployeeName) Employee Salary 4. Employee Name Employee Salary 5. Employee Salary ProjectID 6. Employee Salary (ProjectID, Employee Name) B. What is the primary key of PROJECT? C. Are all the non-key attributes (if any) dependent on the primary key? D. In what normal form is PROJECT? E. Describe two modification anomalies that affect PROJECT F. Is ProjectID a determinant? If so, based on which functional dependencies in part A? G. Is EmployeeName a determinant? If so, based on which functional dependencies in part A? H. Is (ProjectID, EmployeeName) a determinant? If so, based on which functional dependencies in part A? 1. Is Employee Salary a determinant? If so, based on which functional dependencies in part A? J. Does this relation contain a transitive dependency? If So, what is it? K. Redesign the relation to eliminate modification anomalies

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

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

1461368332, 978-1461368335

More Books

Students also viewed these Databases questions

Question

Write a Java expression for the mathematical formula.

Answered: 1 week ago