Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CONSIDER THE FOLLOWING DATABASE: MANAGER - INFO ( MGR - ID , MGR - NAME, OFFICE# , TELEPHONE# , PROJECT# , PROJECT - NAME )

CONSIDER THE FOLLOWING DATABASE:
MANAGER-INFO (MGR-ID, MGR-NAME, OFFICE#, TELEPHONE#, PROJECT#, PROJECT-NAME)
Each manager has an office and there is only one manager in an office. An office has one phone andeach phone serves only one office. One manager can have more than one project, but there is only one
manager per project.
1. Describe one insert anomaly caused by this database design. [Be VERY specific, i.e.X data cant be added without first adding Y data]
2. Describe one delete anomaly caused by this database design. [Be VERY specific, i.e.When X data is deleted, Y data may also be lost.]
3. In which normal form is this database (3NF,2NF,1NF or unnormalized)?
4. Describe the lowest normal form violation and the field(s) involved. [Normal form violations arerepeating groups, partial dependencies, or transitive dependencies. Be very specific about
which field repeats, or which field is partially or transitively dependent on which other field.]
5. If this database is not 3NF, provide a solution schema that is 3NF.

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 Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

061901556X, 978-0619015565

More Books

Students also viewed these Databases questions