| Table: dbo.Shortfall_Transaction_N_Client_Payroll_Item | |||
| Dictionary to associate a shortfall transaction to a client payroll item | |||
| Columns | |||
| Name | Type | Constraints | Description |
| shortfall_transaction_KEY | int (4) | NOT NULL | Foreign key to associated shortfall transaction |
| client_payroll_item_KEY | int (4) | NOT NULL | Foreign key to associated client payroll item |
| Primary key | |||
| Name | Columns | Description | |
| PK_Shortfall_Transaction_N_Client_Payroll_Item$shortfall_transaction_KEY | shortfall_transaction_KEY | ||