sp203_holiday_assignments
This table records the allocation of employees to particular holiday specifications (e.g. a particular set of public holidays).
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9)Â | Â | Â |
holiday_spec | number(4)Â | Â | Â Â |
KeysÂ
primary key (employee_no, holiday_spec)Â
foreign key (employee_no) references sp210_employees (employee_no)Â
foreign key (holiday_spec) references sp106_holiday_specifications (holiday_spec)
Column Descriptions
Field | Description |
---|---|
employee_no | Internal number for this employee. |
holiday_spec | Internal number for this Holiday specification. |