Hello,
I am trying to design a new database and I would like to ask your some suggestions.
I have two groups of employees, part-time and full-time. The conditions of each group are:
We will not have more than 50 part-time employees and not more than 300 full-time employees. System should not accept any additional inputs beyond the numbers indicated.
My questions are:
1. Is it logical to create two tables for each type of employees or just one table?
2. I would like to issue a unique employee number to identify part-time and full-time. I might start with P+Record number. However, it cannot go beyond 50. I can do this with two tables.
If I would like to combine the employees into one table, how can I distinguish and system can stop accepting the input, when it reaches something like P51 or F301.
I would like to know whether it is possible to do it on one table. If it does, can you provide some suggestions of what to do? Thank you.
I am trying to design a new database and I would like to ask your some suggestions.
I have two groups of employees, part-time and full-time. The conditions of each group are:
We will not have more than 50 part-time employees and not more than 300 full-time employees. System should not accept any additional inputs beyond the numbers indicated.
My questions are:
1. Is it logical to create two tables for each type of employees or just one table?
2. I would like to issue a unique employee number to identify part-time and full-time. I might start with P+Record number. However, it cannot go beyond 50. I can do this with two tables.
If I would like to combine the employees into one table, how can I distinguish and system can stop accepting the input, when it reaches something like P51 or F301.
I would like to know whether it is possible to do it on one table. If it does, can you provide some suggestions of what to do? Thank you.