| Table: dbo.Employee_Event_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| employee_event_type_KEY | int (4) | NOT NULL | The primary key for this table |
| description | nvarchar (60) | NOT NULL | This describes the event type for the employee |
| Primary key | |||
| Name | Columns | Description | |
| PK_Employee_Event_Type | employee_event_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Employee_Event_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Employee_Event__Employee_Event_Type__employee_event_type_KEY | employee_event_type_KEY | Employee_Event | |