| Table: dbo.Client_W2_Rendering_Queue | |||
| This table acts as a queue of clients which require W2 document rendering. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | Primary key for the client that requires W2 document rendering. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_W2_Rendering_Queue$client_KEY | client_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Client_W2_Rendering_Queue__Client__client_KEY | client_KEY | Client (client_KEY) | |