Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a STUDENT relation in a UNIVERSITY database with the following attributes ( Name , SSN , Local _ phone, Address, Cell _ phone, Age,

Consider a STUDENT relation in a UNIVERSITY database with the
following attributes (Name, SSN, Local_phone, Address, Cell_phone, Age, GPA). Note
that the cell phone may be from a different city and state (or province) from the local
phone. A possible tuple of the relation is shown below:
Name SSN LocalPhone Address CellPhone Age GPA
George Shaw
William Edwards
123-45-
6789
555-1234123 Main St.,
Anytown, CA 94539
555-4321193.75
a. Identify the critical missing information from the LocalPhone and CellPhone
attributes as shown in the example above. (Hint: How do call someone who lives in
a different state or province?)
b. Would you store this additional information in the LocalPhone and CellPhone attributes
or add new attributes to the schema for STUDENT?
c. Consider the Name attribute. What are the advantages and disadvantages of splitting this
field from one attribute into three attributes (first name, middle name, and last name)?
d. What general guideline would you recommend for deciding when to store information in
a single attribute and when to split the information?

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

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions