J
Jürg Schaufelberger
Hello
I have a lot of data in one table with about 10 columns. Two columns
are not
independent. Column A stores the foreign key of table A1, column B
stores
the foreign key of table B1.
So far it seems to be OK, but there is a dependency between these
columns.
If I choice a value in column A, the range of the second colum B is
limited
to certain values. What's the correct design to avoid inconsistance in
the
database ?
Thanks for your advices.
Jürg
I have a lot of data in one table with about 10 columns. Two columns
are not
independent. Column A stores the foreign key of table A1, column B
stores
the foreign key of table B1.
So far it seems to be OK, but there is a dependency between these
columns.
If I choice a value in column A, the range of the second colum B is
limited
to certain values. What's the correct design to avoid inconsistance in
the
database ?
Thanks for your advices.
Jürg