G
Guest
Hello,
I am desiging a database that will host information about employees. The
problem is that there are about 5 different types of employees (hourly paid,
etc) and each of them have different information that is stored for them.
I am wondering whether to have a huge table to handle the different fields
(on average about 25 fields per type) , or have an employee table to host
basic info (name, address, phone etc) and then split the employee types into
different tables and have a foreign key link to each of the employeetype
tables. Is there a better way to do this?
Scared of the concept of a 75 field table,
John.
I am desiging a database that will host information about employees. The
problem is that there are about 5 different types of employees (hourly paid,
etc) and each of them have different information that is stored for them.
I am wondering whether to have a huge table to handle the different fields
(on average about 25 fields per type) , or have an employee table to host
basic info (name, address, phone etc) and then split the employee types into
different tables and have a foreign key link to each of the employeetype
tables. Is there a better way to do this?
Scared of the concept of a 75 field table,
John.