Hi
I've re-read both the above (and many other items found by Googling). However, as far as I understand it, the main requirements of Normalization are a) to only record 1 item in a table, b) not to duplicate data, and c) not to have redundant data not linked to that ID.
In my database, T-01 - Style - Tops - Arm records all the different types of Arms that a Jumper could have. This table contains the ID, Arm name, a picture, and any notes relating to that Arm. This is the only place this information is recorded. And none of the data is redundant, it is all pertinent to the ID.
Then, when actually deciding on the Style of Jumper I am going to knit, I go to the table T-01 - Style - Tops, and record an ID and Name for that Style, and select the Arm type that I want (i.e. whether it will be a long arm or short).
So as I understand it, the Arm is only recorded once, in the Arm table, and the Jumper Style is only recorded once, in the Style - Tops table. These 2 are then linked with Relationships.
Am I misunderstandin g something?
Many thanks for trying to point me in the right direction.
Viv
I've re-read both the above (and many other items found by Googling). However, as far as I understand it, the main requirements of Normalization are a) to only record 1 item in a table, b) not to duplicate data, and c) not to have redundant data not linked to that ID.
In my database, T-01 - Style - Tops - Arm records all the different types of Arms that a Jumper could have. This table contains the ID, Arm name, a picture, and any notes relating to that Arm. This is the only place this information is recorded. And none of the data is redundant, it is all pertinent to the ID.
Then, when actually deciding on the Style of Jumper I am going to knit, I go to the table T-01 - Style - Tops, and record an ID and Name for that Style, and select the Arm type that I want (i.e. whether it will be a long arm or short).
So as I understand it, the Arm is only recorded once, in the Arm table, and the Jumper Style is only recorded once, in the Style - Tops table. These 2 are then linked with Relationships.
Am I misunderstandin g something?
Many thanks for trying to point me in the right direction.
Viv
Comment