| Table: dbo.W2_1099_Ordering_Worksheet_Client_Option | |||
| This table enumerates the different types of client options available when previewing the W-2 and 1099 ordering worksheets. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w2_1099_ordering_worksheet_client_option_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (50) | NOT NULL | Description of the client option. |
| Primary key | |||
| Name | Columns | Description | |
| PK_W2_1099_Ordering_Worksheet_Client_Option | w2_1099_ordering_worksheet_client_option_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W2_1099_Ordering_Worksheet_Client_Option$description | description | ||