Hi there!
I would be very grateful if you could comment the attached db-model..
Its a school-project. Its about a marketing-company that needs to get
control over their interviewers.
The interviewers inform the company about which days they can work next week
(the company always schedule its interviewers one week ahead).
The interviewers wishes are saved in the WeekSchedule-table (see the attached file).
From the wishes, a supervisor determines who shall be allowed to work -
implemented by a boolean variable Allowed (see the attached file).
Each morning a Supervisor combines the allowed workers that day with
a certain working-project. This happends in the DaySchedule-table (see the attached file).
Because the company each month shall be able to calculate an employees
salary, the employees worked hours must be stored. This happends in the
Worked-table. The Interviews-attribute is for the company to be able
to show an employee how many interviews he or she has done that month.
Ok....what do you think....I hope that all tables satisfy the third normal form..
please tell me otherwise...
All comments welcome!!!!!!!!
Thanks!!!!!
/Marcus