Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have the table T = ( name , ssn , phone number ) representing a person. Each name is uniquely identified by ssn ,

You have the table T =(name, ssn, phone number) representing a person. Each name is uniquely identified by ssn, but the same name can have multiple phone numbers. Suppose you break the table into two tables T1=(name, ssn) and T2=(name, phone number).
a) What are the candidate keys of T, T1, and T2, respectively?
b) Does the decomposition remove redundancy? If so, why?
c) Which problems (i.e. operation anomalies) can appear in table T? Explain your answer.

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

More Books

Students also viewed these Databases questions