G
GeorgeMar
I have always wondered about the efficiency of a table
with too many fields.
I have a table of student academic records and it has
grown to 100 fields for each student. The fields have a
one to one relationship with the StudentID, so I don't see
the need to split the table and the associated problems
with updating the various tables.
Should the table be split? What is the acceptable number
of fields before it becomes inefficient?
many thanks
George
with too many fields.
I have a table of student academic records and it has
grown to 100 fields for each student. The fields have a
one to one relationship with the StudentID, so I don't see
the need to split the table and the associated problems
with updating the various tables.
Should the table be split? What is the acceptable number
of fields before it becomes inefficient?
many thanks
George