Database design tutorial

The first normal form (1NF)

A database table is a representation of an "entity" in the system you are building. Examples of entities are order, customer, contact moment, product, etc. Each row in the database table represents one occurence of an entity. For example in a customer table each row will contain information about 1 customer.

The next page of this database design tutorial discusses the second normal form (2NF)