Sales.SalesTaxRate Table
Information
| Name | SalesTaxRate |
| Schema | Sales |
| Row Count | 29 |
| Data Size | 8 KB |
| Index Size | 40 KB |
| Reserved Size | 48 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:36 |
| Modified | 14.10.2005 1:59:55 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| SalesTaxRate | TABLE | MS_Description | Tax rate lookup table. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | SalesTaxRateID | int |   |   | ||||
|   |   | StateProvinceID | int |   | Person.StateProvince.StateProvinceID |   | ||||
|   |   | TaxType | tinyint |   |   | |||||
|   |   | TaxRate | smallmoney |   | ((0.00)) |   | ||||
|   |   | Name | nvarchar(100) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | rowguid | uniqueidentifier |   | (newid()) |   | ||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_SalesTaxRate_SalesTaxRateID | Clustered |   |   | SalesTaxRateID |
| AK_SalesTaxRate_StateProvinceID_TaxType | NonClustered |   |   | StateProvinceID, TaxType |
| AK_SalesTaxRate_rowguid | NonClustered |   |   | rowguid |
Check Constraints
| Name | Column | Enabled | Trusted | Expression |
|---|---|---|---|---|
| CK_SalesTaxRate_TaxType | TaxType |   |   | ([TaxType]>=(1) AND [TaxType]<=(3)) |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_SalesTaxRate_StateProvince_StateProvinceID | Foreign key | Person.StateProvince |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Sales.uSalesTaxRate | UPDATE |   |   |   | 14.10.2005 1:59:55 | 14.10.2005 1:59:55 |
