Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

B . What is the primary key of PROJECT? ProjectID . . . . C . Are all the nonkey attributes ( if any )

B. What is the primary key of PROJECT?
ProjectID ....
C. Are all the nonkey attributes (if any) dependent on the primary key?
....., Explain: ...Yes, it is dependent on the primary key PrejectID for EmployeeName but EmployeeSalary is might not be depend on ProjectID. Because each Name is associated with each ProjectID but Salary is not just depend on project, it can be influenced by other things too.........................
D. In what normal form is PROJECT?
......... PROJECT (ProjectID, EmployeeName, EmployeeSalary)
The third normal form 3NF.......
E. Describe two modification anomalies that affect PROJECT.
The two modification anomalies that affect PROJECT are:
INSERTION: ...when we insert some new project data to it. Like we know the employees name but dont know the ID that will cause the error .......................
MODIFICATION: ......data update, for example Parks salary has be increase and we need to update it. But it will cause error when we try to do for every project the Park was in.
F. Is ProjectID a determinant? If so, based on which functional dependencies in part A?
Yes, ProjectID is a determinant based on the functional dependency
ProjectID -> EmployeeName
G. Is EmployeeName a determinant? If so, based on which functional dependencies
in part A?
.........NO, only ProjectID -> EmployeeName
.....
H. Is (ProjectID, EmployeeName) a determinant? If so, based on which functional dependencies in part A?
......... NO, only ProjectID -> EmployeeName ...........
I. Is EmployeeSalary 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.
The following seems workable:
........................
.......................

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

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

More Books

Students also viewed these Databases questions

Question

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

What are the need and importance of training ?

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago

Question

At what level(s) was this OD intervention scoped?

Answered: 1 week ago