| Table: dbo.Deduction_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| deduction_type_KEY | int (4) | NOT NULL | Primary surrogate key for this table |
| deduction_id | nvarchar (70) | NOT NULL | Benefit number |
| description | nvarchar (60) | NOT NULL | Benefit description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Deduction_Type | deduction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Deduction_Type$deduction_id | deduction_id | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Item__Deduction_Type__special__deduction_type_KEY | special__deduction_type_KEY | Client_Payroll_Item | |