| Table: dbo.Overpayment_Handling_Option | |||
| Columns | |||
| Name | Type | Constraints | Description |
| description | nvarchar (50) | NOT NULL | Description of the overpayment handling option |
| overpayment_handling_option_KEY | int (4) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Overpayment_Handling_Option | overpayment_handling_option_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Overpayment_Handling_Option$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Employer_Jurisdiction_Payroll_Tax_Information__Overpayment_Handling_Option__overpayment_handling_option_KEY | overpayment_handling_option_KEY | Employer_Jurisdiction_Payroll_Tax_Information | |