Table: dbo.W2_Form_Corrected_Type
The entries in this type table specify the various types of W-2s that can be corrected.
Columns
NameTypeConstraintsDescription
w2_form_corrected_type_KEYint (4)NOT NULLPrimary key.
descriptionnvarchar (8)NOT NULLThe description of W-2 form to be corrected type.
Primary key
NameColumnsDescription
PK_W2_Form_Corrected_Typew2_form_corrected_type_KEY
Unique constraints
NameColumnsDescription
UK_W2_Form_Corrected_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Print_W2__W2_Form_Corrected_Type__w2_form_corrected_type_KEYw2_form_corrected_type_KEYPrint_W2

Schema diagram