| Table: dbo.W2_Special_Correction_Type | |||
| The entries in this type table specify the various types of special corrections that can occur when correction a W-2. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w2_special_correction_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (50) | NOT NULL | The description of special W-2 correction type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_W2_Special_Correction_Type | w2_special_correction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W2_Special_Correction_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Print_W2_Selection__W2_Special_Correction_Type__w2_special_correction_type_KEY | w2_special_correction_type_KEY | Print_W2_Selection | |