Sales.SalesTaxRate (table)
wikibot
| Table | Sales.SalesTaxRate |
| Column | Data Type | Nullable | Default | PK | Index |
| SalesTaxRateID | int | not null | PK_SalesTaxRate_SalesTaxRateID | ||
| StateProvinceID | int | not null | AK_SalesTaxRate_StateProvinceID_TaxType | ||
| TaxType | tinyint | not null | AK_SalesTaxRate_StateProvinceID_TaxType | ||
| TaxRate | smallmoney | not null | ((0.00)) | ||
| Name | dbo.Name | not null | |||
| rowguid | uniqueidentifier | not null | (newid()) | AK_SalesTaxRate_rowguid | |
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Person.StateProvince | StateProvinceID | StateProvinceID |