Table: dbo.Local_Tax_Exemption_Type | |||
This table contains the list of local taxes defined in the Tax_Code_Type table. Is it used to determine tax exemptions. | |||
Columns | |||
Name | Type | Constraints | Description |
local_tax_exemption_type_KEY | int (4) | NOT NULL | Primary key for the Local_Tax_Exemption_List table. |
employee__tax_code_type_KEY | int (4) | Employee tax code type | |
employer__tax_code_type_KEY | int (4) | Employer tax code type |
Primary key | |||
Name | Columns | Description | |
PK_Local_Tax_Exemption_Type | local_tax_exemption_type_KEY |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Local_Tax_Exemption__Local_Tax_Exemption_Type__local_tax_exemption_type_KEY | local_tax_exemption_type_KEY | Local_Tax_Exemption |