C
Curtis
I am trying to design a database and I am stumped on a
couple of things. There is a tremdous amount of
information we would like to collect, but the table would
be a mile long. For example, we have a primary field that
is employee name. We have about 40 groups this employee
can belong to. We also have a list of about 20 pieces of
software this employee could have on their work station.
Would it be bad design to have that many fields in one
table? How could I break it up so that when I enter the
information it would saved as information on each employee?
I would like to make two tables, but would that pose a
problem when writing to the database? How about upon
deleting employee from database?
Thanks,
Curt
couple of things. There is a tremdous amount of
information we would like to collect, but the table would
be a mile long. For example, we have a primary field that
is employee name. We have about 40 groups this employee
can belong to. We also have a list of about 20 pieces of
software this employee could have on their work station.
Would it be bad design to have that many fields in one
table? How could I break it up so that when I enter the
information it would saved as information on each employee?
I would like to make two tables, but would that pose a
problem when writing to the database? How about upon
deleting employee from database?
Thanks,
Curt