| Table: dbo.Form_1099_Copy_A_Client_Copy_Type | |||
| Table to identify the copy type used when printing the client copy for the 1099 Copy A. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1099_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_Form_1099_Copy_A_Client_Copy_Type | form_1099_copy_a_client_copy_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_1099_Copy_A_Client_Copy_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_W2_1099_User_Preference__Form_1099_Copy_A_Client_Copy_Type__form_1099_copy_a_client_copy_type_KEY | form_1099_copy_a_client_copy_type_KEY | W2_1099_User_Preference | |