Hi everybody.
I am really stuck in normalization.
I am writing a program which will make working process of one firm easier.
I have a table with information about "press forms", used in working process. They are used in producing different goods.
I have made a unique field 'kod' in this table to use it as primary key in relations. So in other tables where I work with "press form" I simply add a foreign key.
But later I found out that there exist a special group of "press forms" that have some extended unique properties
I don't have in my "press form" table. In order to solve this problem I simply add some new fields in "press form" so that both new and old "press form" where discribed.
BUT as "normalization says" I must separate these new "press froms" into separate table. But in this case I didn't find out how to organaze relations among other tables.
I am waiting for your advices.
lasta
I am really stuck in normalization.
I am writing a program which will make working process of one firm easier.
I have a table with information about "press forms", used in working process. They are used in producing different goods.
I have made a unique field 'kod' in this table to use it as primary key in relations. So in other tables where I work with "press form" I simply add a foreign key.
But later I found out that there exist a special group of "press forms" that have some extended unique properties
I don't have in my "press form" table. In order to solve this problem I simply add some new fields in "press form" so that both new and old "press form" where discribed.
BUT as "normalization says" I must separate these new "press froms" into separate table. But in this case I didn't find out how to organaze relations among other tables.
I am waiting for your advices.
lasta