0% found this document useful (0 votes)
22 views1 page

DB Class Exercise Normalization

This document contains instructions for a class exercise on database normalization. Students are asked to: 1) Define the unnormalized table structure shown 2) Convert the structure to first normal form (1NF) 3) Convert the 1NF structure to a set of tables in at least second normal form (2NF) 4) Convert all tables to third normal form (3NF)

Uploaded by

wirdina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

DB Class Exercise Normalization

This document contains instructions for a class exercise on database normalization. Students are asked to: 1) Define the unnormalized table structure shown 2) Convert the structure to first normal form (1NF) 3) Convert the 1NF structure to a set of tables in at least second normal form (2NF) 4) Convert all tables to third normal form (3NF)

Uploaded by

wirdina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Class Exercise - Normalization BMIS 32113 -DB

BMIS 32113
DATABASE
CLASS EXERCISE Normalization

NAME: ______________________________ ID: ________________

DATE: _______________

1.
R# R_NAME G# G_NAME JOB CHG_DAY DAYS
1 13
Hurricane 101 John News Elect. Eng 65
1
Hurricane 102 David Senior Comm. Tech. 60 16
1
Hurricane 104 Anne Ramoras Comm. Tech. 60 19
15
2 Coast 101 John News Elect. Eng 65
2
Coast 103 June Arbough Biol. Eng. 55 17
18
3 Satellite 104 Anne Ramoras Comm. Tech. 60
3
Satellite 102 David Senior Comm. Tech. 60 14
P# Project Number
G# Guest Number
CHG_DAY Charge per day
DAYS Total Days Stayed

a. Define the unnormalized table structure of this database.


b. Convert the table structure in part (a) into 1NF.
c. Convert the table(s) structure in part (b) into a set of tables that are at least in 2NF.
d. Convert all the tables developed in part (c) to a database that contains only 3NF
tables.

NHMR/FBM Feb 2016

You might also like