Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalize the above table by splitting up the data into separate tables that are related via keys. Using the notation below in the example section,

Normalize the above table by splitting up the data into separate tables that are related via keys. Using the notation below in the example section, show the tables you have created after normalizing. Ensure each table does not contain any unnecessary repetition and errors. Make sure each table has a unique identifier (Primary key or Composite key) Use the following notation to identify each table. Underline the primary or composite key 

Hotel_name City Room_type Price Guest_name Guest_addr 123 Madison Chk_in_dt Chk out dt 03/10/14 03/13/14 New York 02/02/

Example: 

Tablename (fieldname1, fieldname2, fieldname3, fieldname4)

Hotel_name City Room_type Price Guest_name Guest_addr 123 Madison Chk_in_dt Chk out dt 03/10/14 03/13/14 New York 02/02/14 02/07/14 04/19/14 04/24/14 03/10/14 03/15/14 New York 04/10/14 04/12/14 New York 02/10/14 02/13/14 05/1/14 05/04/14 State New York NY City Hilton Hilton Hilton Hilton Hilton Hilton 140 140 140 NY Regular Smith 4433 W4th NY NY NY Regular Regular Jones 123 Madison NY NY New York NY Smith 4433 W4th 4433 W4th 33 E3rd NY Regular 140 Jones Regular Jones 1230 McCally NY NY 140 NYC NY Suite 44433 W4th NY New Yor 1230 Jones 200 McCally Hilton NJ Suite 33 E3rd 4433 W4th Hilton Hilton Double PA NYC NY Regular 140 JOne 05/21/14 05/22/14 PA NY

Step by Step Solution

3.41 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

A first step to normalize a database table is to try to avoid redundancies To achieve this it is abo... 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

Oracle 12c SQL

Authors: Joan Casteel

3rd edition

1305251032, 978-1305251038

More Books

Students also viewed these Databases questions

Question

Factor each polynomial. 125k - 64k 4

Answered: 1 week ago

Question

Show that if A is any m n matrix, then Im A = A and AIn = A.

Answered: 1 week ago

Question

Determine how many books are in the Cooking category.

Answered: 1 week ago

Question

Modify the zip code on order 1017 to 33222.

Answered: 1 week ago