L
labsRcool
I have a database/normalization design issue:
A client has requested that I desigin a relational database to keep track of
jobs, work orders, employees and time cards.
The employee table has a field called "deptid" which is a FK of the
department table.
What happens when the employee changes deptartments? I could simply change
the dept field, but then all past historical data would appear as if the
empoyee worked in the current dept, and not the previous dept.
Any suggestions?
A client has requested that I desigin a relational database to keep track of
jobs, work orders, employees and time cards.
The employee table has a field called "deptid" which is a FK of the
department table.
What happens when the employee changes deptartments? I could simply change
the dept field, but then all past historical data would appear as if the
empoyee worked in the current dept, and not the previous dept.
Any suggestions?