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
NameTypeConstraintsDescription
w2_special_correction_type_KEYint (4)NOT NULLPrimary key.
descriptionnvarchar (50)NOT NULLThe description of special W-2 correction type.
Primary key
NameColumnsDescription
PK_W2_Special_Correction_Typew2_special_correction_type_KEY
Unique constraints
NameColumnsDescription
UK_W2_Special_Correction_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Print_W2_Selection__W2_Special_Correction_Type__w2_special_correction_type_KEYw2_special_correction_type_KEYPrint_W2_Selection

Schema diagram