Difference between revisions of "Sales.SalesTaxRate (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Sales.SalesTaxRate |- |} {| border="1" cellpadding="5" cellspacing="0" style...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
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 |