Difference between revisions of "Sales.SalesTaxRate (table)"

From dbscript Online Help
Jump to: navigation, search
Line 110: Line 110:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for SalesTaxRate records.PK_SalesTaxRate_SalesTaxRateID
+
| Primary key for SalesTaxRate records.<br />PK_SalesTaxRate_SalesTaxRateID
 
|- valign="top"
 
|- valign="top"
 
| StateProvinceID
 
| StateProvinceID
Line 116: Line 116:
 
| not null
 
| not null
 
|  
 
|  
| State, province, or country/region the sales tax applies to.AK_SalesTaxRate_StateProvinceID_TaxType
+
| State, province, or country/region the sales tax applies to.<br />AK_SalesTaxRate_StateProvinceID_TaxType
 
|- valign="top"
 
|- valign="top"
 
| TaxType
 
| TaxType
Line 122: Line 122:
 
| not null
 
| not null
 
|  
 
|  
| 1 = Tax applied to retail transactions, 2 = Tax applied to wholesale transactions, 3 = Tax applied to all sales (retail and wholesale) transactions.AK_SalesTaxRate_StateProvinceID_TaxType
+
| 1 = Tax applied to retail transactions, 2 = Tax applied to wholesale transactions, 3 = Tax applied to all sales (retail and wholesale) transactions.<br />AK_SalesTaxRate_StateProvinceID_TaxType
 
|- valign="top"
 
|- valign="top"
 
| TaxRate
 
| TaxRate
Line 128: Line 128:
 
| not null
 
| not null
 
| (0.00)
 
| (0.00)
| Tax rate amount.
+
| Tax rate amount.<br />
 
|- valign="top"
 
|- valign="top"
 
| Name
 
| Name
Line 134: Line 134:
 
| not null
 
| not null
 
|  
 
|  
| Tax rate description.
+
| Tax rate description.<br />
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 140: Line 140:
 
| not null
 
| not null
 
| (NEWID())
 
| (NEWID())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_SalesTaxRate_rowguid
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_SalesTaxRate_rowguid
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 146: Line 146:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.
+
| Date and time the record was last updated.<br />
 
|}
 
|}
  

Revision as of 01:10, 27 November 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

automatically generated

Table Sales.SalesTaxRate
Description Tax rate lookup table.


Column Data Type Nullable Default Description / PK / Index
SalesTaxRateID int not null Primary key for SalesTaxRate records.
PK_SalesTaxRate_SalesTaxRateID
StateProvinceID int not null State, province, or country/region the sales tax applies to.
AK_SalesTaxRate_StateProvinceID_TaxType
TaxType tinyint not null 1 = Tax applied to retail transactions, 2 = Tax applied to wholesale transactions, 3 = Tax applied to all sales (retail and wholesale) transactions.
AK_SalesTaxRate_StateProvinceID_TaxType
TaxRate smallmoney not null (0.00) Tax rate amount.
Name Name not null Tax rate description.
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_SalesTaxRate_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Relation Column Referenced Column
Person.StateProvince StateProvinceID StateProvinceID


Referenced Object Object Type Dependency Type
dbo.Name Type Data Type