Table: dbo.Taxing_Authority_Type
A list of possible tax types, such as Service Tax and Sales Tax.
Columns
NameTypeConstraintsDescription
taxing_authority_type_KEYint (4)NOT NULLDatabase assigned primary key for this table.
descriptionnvarchar (60)NOT NULLThe text to display for this type
Primary key
NameColumnsDescription
PK_Taxing_Authority_Typetaxing_authority_type_KEY
Unique constraints
NameColumnsDescription
UK_Taxing_Authority_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Taxing_Authority__Taxing_Authority_Type__taxing_authority_type_KEYtaxing_authority_type_KEYTaxing_Authority

Schema diagram