You are on page 1of 2

Conversion to First Normal Form

Step 1: Eliminate the Repeating Groups


Step 2: Identify the Primary Key
Step 3: Identify All Dependencies

A dependency based on only a part of a composite primary key is called a partial


dependency.
a transitive dependency is a dependency of one nonprime attribute on another
nonprime attribute. The problem with transitive dependencies is that they still
yield data anomalies.

Conversion to Second Normal Form


Step 1: Write Each Key Component on a Separate Line
tep 2: Assign Corresponding Dependent Attributes
Conversion to Third Normal Form

Step 1: Identify Each New Determinant


Step 2: Identify the Dependent Attributes
Step 3: Remove the Dependent Attributes from Transitive Dependencies

You might also like