| Table: dbo.W2_Copy_A_Client_Copy_Type | |||
| Table to identify the copy type used when printing the client copy for the W-2 Copy A. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w2_copy_a_client_copy_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (30) | NOT NULL | Description of the client copy type |
| Primary key | |||
| Name | Columns | Description | |
| PK_W2_Copy_A_Client_Copy_Type | w2_copy_a_client_copy_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W2_Copy_A_Client_Copy_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_W2_1099_User_Preference__W2_Copy_A_Client_Copy_Type__w2_copy_a_client_copy_type_KEY | w2_copy_a_client_copy_type_KEY | W2_1099_User_Preference | |