For this week's assignment we had to choose a raw data set that contained at least 10 records, and normalize it through the three forms of normalization, making sure that the design changed with each step. Our design must consist of several tables. I decided to use the books that I have at at home and organize them according to author's name, publication, ISBN number and the total pages of each book

First Normal Form-
In order for a set of data to be in first normal form,
the following must be true...
Each field in a table must contain only
a single item of data
Each type of data must be stored in only one
place The first condition relates to what variable type we choose for a
specific field.
Each field must contain only a
single item of data. The second condition says that if you have similar
types of data in different columns, move them to one single column, or
create a new table for them if you have to.


Second Normal Form

Third Normal Form