| Table: dbo.Shortfall_Transaction_N_Payroll_Check_Tax_Item | |||
| Dictionary to associate a shortfall transaction to a payroll check tax item | |||
| Columns | |||
| Name | Type | Constraints | Description |
| shortfall_transaction_KEY | int (4) | NOT NULL | Foreign key to associated shortfall transaction |
| payroll_check_tax_item_KEY | int (4) | NOT NULL | Foreign key to associated payroll check tax item |
| Primary key | |||
| Name | Columns | Description | |
| PK_Shortfall_Transaction_N_Payroll_Check_Tax_Item$shortfall_transaction_KEY | shortfall_transaction_KEY | ||