| Table: dbo.Receivable_Transaction_Sales_Tax_Taxable_Item | |||
| The table used to link a sales tax to the related taxable fee. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| sales_tax__receivable_transaction_detail_KEY | int (4) | NOT NULL | Primary key. Also the foreign key into the Receivable_Transaction_Detail table of the sales tax item |
| taxable_item__receivable_transaction_detail_KEY | int (4) | NOT NULL | Foreign key into the Receivable_Transaction_Detail table of the taxable item |
| Primary key | |||
| Name | Columns | Description | |
| PK_Receivable_Transaction_Sales_Tax_Taxable_Item$sales_tax__receivable_transaction_detail_KEY | sales_tax__receivable_transaction_detail_KEY | ||