| Table: Observed_Holiday | |||
| Columns | |||
| Name | Type | Constraints | Description |
| observed_holiday_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table. |
| update__staff_KEY | int | NOT NULL | |
| update_date_utc | datetime | NOT NULL | |
| create_date_utc | datetime | NOT NULL | |
| description | nvarchar (250) | NOT NULL | Description of the holiday. |
| holiday_date | smalldatetime | NOT NULL | The date that this entry corresponds to. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Observed_Holiday$observed_holiday_KEY | observed_holiday_KEY | CLUSTERED | |