C
CodeMonkey
Hi all
I have the following fields in a single table with no relationships to
other tables:
FeatureType[PK] LowWeightingValue MediumWeightingValue
HighWeightingValue
A given FeatureType value may not have all values for all three
Weights, but then again another FeatureType may have all three
Weights.
The above table is for Software Release 1.
When I want to add data for Software Release 2, I create a second
table with the same fields and datafill this second table. There is no
relationship created between table 1 and table 2.
Is there a better database design than this? Any help is really
appreciated.
Thanks
CodeMonkey.
I have the following fields in a single table with no relationships to
other tables:
FeatureType[PK] LowWeightingValue MediumWeightingValue
HighWeightingValue
A given FeatureType value may not have all values for all three
Weights, but then again another FeatureType may have all three
Weights.
The above table is for Software Release 1.
When I want to add data for Software Release 2, I create a second
table with the same fields and datafill this second table. There is no
relationship created between table 1 and table 2.
Is there a better database design than this? Any help is really
appreciated.
Thanks
CodeMonkey.