Cosmos75
Registered User.
- Local time
- Today, 03:18
- Joined
- Apr 22, 2002
- Messages
- 1,281
There is some basic rule for nromalization that might help.
One of Cobb's Rules?
"Every data element must be logically accessible through the use of a combination of its primary key value, table name, and column name."
This goes beyond the 1NF but I think it might help when you get further along.
That has probably been tweaked somewhat but it might help?
I think of getting to the 1NF as having columns that are a description of my data (e.g. for a Football database - Team, Position, Jersey Number) instead of having a column for each Team.
Feel free to bash me if I what I have said is just plain wrong!
Note (03/20/2004): Atomic Data - See Pat Hartman's post
One of Cobb's Rules?
"Every data element must be logically accessible through the use of a combination of its primary key value, table name, and column name."
This goes beyond the 1NF but I think it might help when you get further along.
That has probably been tweaked somewhat but it might help?
I think of getting to the 1NF as having columns that are a description of my data (e.g. for a Football database - Team, Position, Jersey Number) instead of having a column for each Team.
Feel free to bash me if I what I have said is just plain wrong!
Note (03/20/2004): Atomic Data - See Pat Hartman's post
Last edited: