| Table: dbo.Employee_Service_Level_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| employee_service_level_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (60) | NOT NULL | Description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Employee_Service_Level_Type | employee_service_level_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Employee_Service_Level_Type$description | description | ||