Table: dbo.State_Tax_Exemption_Detail | |||
Columns | |||
Name | Type | Constraints | Description |
state_tax_exemption_detail_KEY | int (4) | NOT NULL | Primary key for the State_Tax_Exemption_Detail table. |
state_tax_exemption_KEY | int (4) | NOT NULL | Parent state tax exemption record. |
ste_tax_dictionary_KEY | nvarchar (60) | NOT NULL | Associated STE tax dictionary item |
Primary key | |||
Name | Columns | Description | |
PK_State_Tax_Exemption_Detail | state_tax_exemption_detail_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_State_Tax_Exemption_Detail__STE_Tax_Dictionary__ste_tax_dictionary_KEY | ste_tax_dictionary_KEY | STE_Tax_Dictionary (ste_tax_dictionary_KEY) | Foreign key constraint to the STE_Tax_Dictionary table. |
FK_State_Tax_Exemption_Detail__State_Tax_Exemption__state_tax_exemption_KEY | state_tax_exemption_KEY | State_Tax_Exemption (state_tax_exemption_KEY) |