| Table: dbo.Print_1095_Selection | |||
| This table holds selection information for a form 1095 print run. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| print_1095_selection_KEY | int (4) | NOT NULL | The primary key. |
| print_1095_KEY | int (4) | NOT NULL | The Print_1095 entry this data is associated with. |
| employee_KEY | int (4) | NOT NULL | The employee this data is associated with. |
| control_number | int (4) | NOT NULL | A unique number for each 1095 per client within a given print run. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Print_1095_Selection | print_1095_selection_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Print_1095_Selection__Print_1095__print_1095_KEY | print_1095_KEY | Print_1095 (print_1095_KEY) | |
| FK_Print_1095_Selection__Employee__employee_KEY | employee_KEY | Employee (employee_KEY) | |