| Table: dbo.Form_1096_Client_Copy_Type | |||
| Table to identify the copy type used when printing the client copy for the 1096. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1096_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_Form_1096_Client_Copy_Type | form_1096_client_copy_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_1096_Client_Copy_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_W2_1099_User_Preference__Form_1096_Client_Copy_Type__form_1096_client_copy_type_KEY | form_1096_client_copy_type_KEY | W2_1099_User_Preference | |