Database Normalization A short concise introduction to database normalization. Contains definitions, which you'll surely need for many of the other introductions around. (Hits: 3064)
DevShed - An Introduction to Database Normalization A database can be great fun, right? Yes, of course!
There are though, a couple things that can ruin all
that hard work and effort you put into your efficient
little database. Today we discuss how to keep that
beloved bin of data from going bad on you: database
normalization. (Hits: 2653)
SQL by Design: Why You Need Database Normalization Database normalization is a technique to organize the contents of tables for transactional databases and data warehouses. Organizing tables properly is crucial for system accuracy and performance. (Hits: 2710)
SQL Tutorial This page covers the SQL language. Very good page. (Hits: 2813)
The Journal of Conceptual Modeling A short and good introduction to normalization. A somewhat different approach from some of the others found. (Hits: 2837)