Table: dbo.W3_Kind_Of_Employer
This table defines the possible kinds of W-3 employers.
Columns
NameTypeConstraintsDescription
w3_kind_of_employer_KEYint (4)NOT NULLThe primary key for this table.
descriptionvarchar (20)NOT NULLThe description for the kind of employer.
Primary key
NameColumnsDescription
PK_W3_Kind_Of_Employerw3_kind_of_employer_KEY
Unique constraints
NameColumnsDescription
UK_W3_Kind_Of_Employer$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Client_W2_Override__W3_Kind_Of_Employer__w3_kind_of_employer_KEYw3_kind_of_employer_KEYClient_W2_Override

Schema diagram