Table: dbo.Employee_W2_Box_14_Override
The table used to store the overrides for an Employee's box 14 information.
Columns
NameTypeConstraintsDescription
employee_w2_box_14_override_KEYint (4)NOT NULLPrimary key.
box_14_descriptionnvarchar (50)NOT NULLBox 14 description.
amountdecimal (9, 2)NOT NULLOverride for the Box 12 amount.
employee_w2_filing_KEYint (4)NOT NULLKey in the Employee_W2_Filing table which indicates the type of filing and period end year for the overrides
Primary key
NameColumnsDescription
PK_Employee_W2_Box_14_Overrideemployee_w2_box_14_override_KEY
Unique constraints
NameColumnsDescription
UK_Employee_W2_Box_14_Override$employee_w2_filing_KEY$box_14_descriptionemployee_w2_filing_KEY, box_14_description
Foreign keys
NameColumnsReferenced tableDescription
FK_Employee_W2_Box_14_Override__Employee_W2_Filing__employee_w2_filing_KEYemployee_w2_filing_KEYEmployee_W2_Filing (employee_w2_filing_KEY)FOREIGN KEY constraint of employee_w2_filing_KEY for the Employee_W2_Box_14_Override table which ensures the Employee_W2_Box_14_Override is for a valid filing

Schema diagram