T
tryit
Suppose you want to have four different types of records.
Each of these records have numerous fields in common, and a few fields
that are unique to each type of record.
Most of the fields are related to other tables, but a few are simply
text fields or Booleans.
Which is better?:
Keeping track of all 3 types of records in a single table.
Or
Creating separate tables for each type of record.
Is one solution clearly better or is it just a matter of opinion?
Thanks in advance,
Tom
Each of these records have numerous fields in common, and a few fields
that are unique to each type of record.
Most of the fields are related to other tables, but a few are simply
text fields or Booleans.
Which is better?:
Keeping track of all 3 types of records in a single table.
Or
Creating separate tables for each type of record.
Is one solution clearly better or is it just a matter of opinion?
Thanks in advance,
Tom