Table: Taxing_Authority_Type
A list of possible tax types, such as Service Tax and Sales Tax.
Tags: read-only

Content:
1Sales
2Services
Columns
NameTypeConstraintsDescription
taxing_authority_type_KEYintNOT NULLDatabase assigned primary key for this table.
descriptionnvarchar (30)NOT NULLThe text to display for this type
Primary key
NameColumnsDescription
PK_Taxing_Authority_Type$taxing_authority_type_KEYtaxing_authority_type_KEYCLUSTERED
Unique constraints
NameColumnsDescription
UK_Taxing_Authority_Type__descriptiondescriptionEach description must be unique.
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Taxing_Authority__Taxing_Authority_Type__taxing_authority_type_KEYtaxing_authority_type_KEYTaxing_Authority

Schema diagram