Table: Taxing_Authority_Type | |||||||
A list of possible tax types, such as Service Tax and Sales Tax. Tags: read-only Content:
| |||||||
Columns | |||||||
Name | Type | Constraints | Description | ||||
taxing_authority_type_KEY | int | NOT NULL | Database assigned primary key for this table. | ||||
description | nvarchar (30) | NOT NULL | The text to display for this type |
Primary key | |||
Name | Columns | Description | |
PK_Taxing_Authority_Type$taxing_authority_type_KEY | taxing_authority_type_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Taxing_Authority_Type__description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Taxing_Authority__Taxing_Authority_Type__taxing_authority_type_KEY | taxing_authority_type_KEY | Taxing_Authority |