Table: dbo.Employee_W2_Rendering_Queue
This table acts as a queue of employees which require W2 document rendering.
Columns
NameTypeConstraintsDescription
employee_KEYint (4)NOT NULLPrimary key for the employee that requires W2 document rendering.
Primary key
NameColumnsDescription
PK_Employee_W2_Rendering_Queue$employee_KEYemployee_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Employee_W2_Rendering_Queue__Employee__employee_KEYemployee_KEYEmployee (employee_KEY)

Schema diagram