i was wondering if it too much to set up tables as follows.
ive currently got an employees table with all employees listed on it. would it be a good idea to have each different level of employee on a different table. for example, employees would have their own table, their managers would be on another table and so on.
the reason for this question is because in my program employees submit expense reports to their managers and only their managers can approve it. so a specific employee has to be tied to his manager.
what do you all think? any comments are greatly appreciated.
ive currently got an employees table with all employees listed on it. would it be a good idea to have each different level of employee on a different table. for example, employees would have their own table, their managers would be on another table and so on.
the reason for this question is because in my program employees submit expense reports to their managers and only their managers can approve it. so a specific employee has to be tied to his manager.
what do you all think? any comments are greatly appreciated.