Table: dbo.Taxing_Authority_Type | |||
A list of possible tax types, such as Service Tax and Sales Tax. | |||
Columns | |||
Name | Type | Constraints | Description |
taxing_authority_type_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
description | nvarchar (60) | NOT NULL | The text to display for this type |
Primary key | |||
Name | Columns | Description | |
PK_Taxing_Authority_Type | taxing_authority_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Taxing_Authority_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Taxing_Authority__Taxing_Authority_Type__taxing_authority_type_KEY | taxing_authority_type_KEY | Taxing_Authority |