| Table: dbo.W3_Kind_Of_Employer | |||
| This table defines the possible kinds of W-3 employers. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w3_kind_of_employer_KEY | int (4) | NOT NULL | The primary key for this table. |
| description | varchar (20) | NOT NULL | The description for the kind of employer. |
| Primary key | |||
| Name | Columns | Description | |
| PK_W3_Kind_Of_Employer | w3_kind_of_employer_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W3_Kind_Of_Employer$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_W2_Override__W3_Kind_Of_Employer__w3_kind_of_employer_KEY | w3_kind_of_employer_KEY | Client_W2_Override | |