| Table: dbo.Health_Plan_Type | |||
| Types of health plans available for payroll items. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| health_plan_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (40) | NOT NULL | Contains the different health plan types such as individual or family. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Health_Plan_Type | health_plan_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Health_Plan_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Item__Health_Plan_Type__health_plan_type_KEY | health_plan_type_KEY | Client_Payroll_Item | |
| FK_Employee_Payroll_Item__Health_Plan_Type__health_plan_type_KEY | health_plan_type_KEY | Employee_Payroll_Item | |