G
gweasel
I cannot for the life of me wrap my brain around this. Maybe I don't
need to do anything for this particular table (and that is what's
making it so hard for me to grasp), but I'm pretty sure I do as a lot
of information repeats.
As I understand it, normalizing table design means you break a table
down into multiple tables so that you don't have any fields in a
single table that repeat. Right?
To help me see this (I've got a ton of information to enter, I just
need to figure out how to start), can someone tell me what I need to
do for this table (using only these selected samples).
Table Name: PaperInventory
Field Names: Info In Field:
PaperName paper weight.papersize.paperclass.papercolor (ex.
20.L.B.W)
PaperWeight weight (20lb, 60lb, etc...)
PaperSize size (ex. letter. tabloid. etc...)
PaperClass (ex. cover, bond, text)
PaperColor color of the paper
Here's a sample of some of the information I've got.
20lb Letter Bond White
20lb Letter Bond Blue
20lb Tabloid Bond White
60lb Letter Bond White
60lb Tabloid Bond White
80lb Tabloid Text White
80# Tabloid Cover White
80# Letter Cover White
As you can see, there are a lot of them that have things in common.
How would I normalize this, or is it necessary to do so?
need to do anything for this particular table (and that is what's
making it so hard for me to grasp), but I'm pretty sure I do as a lot
of information repeats.
As I understand it, normalizing table design means you break a table
down into multiple tables so that you don't have any fields in a
single table that repeat. Right?
To help me see this (I've got a ton of information to enter, I just
need to figure out how to start), can someone tell me what I need to
do for this table (using only these selected samples).
Table Name: PaperInventory
Field Names: Info In Field:
PaperName paper weight.papersize.paperclass.papercolor (ex.
20.L.B.W)
PaperWeight weight (20lb, 60lb, etc...)
PaperSize size (ex. letter. tabloid. etc...)
PaperClass (ex. cover, bond, text)
PaperColor color of the paper
Here's a sample of some of the information I've got.
20lb Letter Bond White
20lb Letter Bond Blue
20lb Tabloid Bond White
60lb Letter Bond White
60lb Tabloid Bond White
80lb Tabloid Text White
80# Tabloid Cover White
80# Letter Cover White
As you can see, there are a lot of them that have things in common.
How would I normalize this, or is it necessary to do so?