This paper is on database normalization. In 1970, Dr. E.F. Codd's seminal paper "A Relational Model for Large Shared Databanks" was published in Communications of the ACM. This paper introduced the topic of data normalization, so-named because, at the time, President Nixon was normalizing relations with China. At first glance, Database normalization seems fairly simple. It's a technique used to ensure that there is only one way to know a fact. Removing all structures that prove more than one way to know the same fact as represented in a database relation table does this. So, the goal of database normalization is to control and eliminate redundancy. One of the more complicated topics in the area of database management is the process of normalizing the tables in a relational database.