|
This entity holds a record of all the holidays that a company might have. These holidays would include public holidays, and also any company related holiday. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows the identity of the holiday. It uniquely identifies each public holiday the country celebrates. This is the primary key for the Holidays table. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
Yes |
|
Stores the start date of the public holiday. This is also the primary key for the Holidays table. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
Stores the end date of the public holiday. |
|
Name |
|
|
Code |
|
|
Data Type |
char(80) |
|
Mandatory |
No |
|
Stores any description about the holiday. |
|
Name |
|
|
Code |
|
|
Data Type |
numeric(8,4) |
|
Mandatory |
No |
|
Shows the holiday leave pattern. |
|
Name |
|
|
Code |
|
|
Data Type |
numeric(8,4) |
|
Mandatory |
No |
|
Shows the holiday work pattern. |
|
Name |
|
|
Code |
|
|
Data Type |
numeric(8,4) |
|
Mandatory |
No |
|
Shows the holiday pay pattern. |
|
|
|