Table: dbo.State_Tax_Exemption_Detail
Columns
NameTypeConstraintsDescription
state_tax_exemption_detail_KEYint (4)NOT NULLPrimary key for the State_Tax_Exemption_Detail table.
state_tax_exemption_KEYint (4)NOT NULLParent state tax exemption record.
ste_tax_dictionary_KEYnvarchar (60)NOT NULLAssociated STE tax dictionary item
Primary key
NameColumnsDescription
PK_State_Tax_Exemption_Detailstate_tax_exemption_detail_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_State_Tax_Exemption_Detail__STE_Tax_Dictionary__ste_tax_dictionary_KEYste_tax_dictionary_KEYSTE_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_KEYstate_tax_exemption_KEYState_Tax_Exemption (state_tax_exemption_KEY)

Schema diagram