How is one to know when it's wise to store data in more than one table?
For example, I'm creating a new db that will store approximately 20k records, each record contaning about 50 fields. None of the fields are large except for the 3 comment fields.
Can I get by with one data table (with the possible exception of the comment fields) or should I break the data down into a few separate tables?
Just curious as to how it should be determined.
Thanks in advance,
KerryL
For example, I'm creating a new db that will store approximately 20k records, each record contaning about 50 fields. None of the fields are large except for the 3 comment fields.
Can I get by with one data table (with the possible exception of the comment fields) or should I break the data down into a few separate tables?
Just curious as to how it should be determined.
Thanks in advance,
KerryL