Second Normal Form
Second
Normal Form
Definition: Second Normal Form requires that there should be a
separate table for values that can be used by multiple tables.
Further,
the tables must be related to each other by a Foreign Key.
Purpose: Minimize data entry.
Process: Create a separate table for each different collection.
Identify each collection with a Primary Key.
The tables
are joined by the Foreign key in the outside table.