| Table: dbo.Month_Information | |||
| Table to identify Month information | |||
| Columns | |||
| Name | Type | Constraints | Description |
| month_information_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (40) | NOT NULL | month description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Month_Information | month_information_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Month_Information$description | description | ||