Person.StateProvince (table)

From dbscript Online Help
Jump to: navigation, search

wikibot[edit]

Table Person.StateProvince
Description State and province lookup table.

Columns[edit]

Column Data Type Nullable Default Description
StateProvinceID int not null Primary key for StateProvince records.
StateProvinceCode nchar(3) not null ISO standard state or province code.
CountryRegionCode nvarchar(3) not null ISO standard country or region code. Foreign key to CountryRegion.CountryRegionCode.
IsOnlyStateProvinceFlag dbo.Flag not null ((1)) 0 = StateProvinceCode exists. 1 = StateProvinceCode unavailable, using CountryRegionCode.
Name dbo.Name not null State or province description.
TerritoryID int not null ID of the territory in which the state or province is located. Foreign key to SalesTerritory.SalesTerritoryID.
rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_StateProvince_StateProvinceID StateProvinceID

Indexes[edit]

Index Type Columns
AK_StateProvince_Name Unique Name
AK_StateProvince_rowguid Unique rowguid
AK_StateProvince_StateProvinceCode_CountryRegionCode Unique StateProvinceCode, CountryRegionCode

Foreign Keys[edit]

Relation Column Referenced Column
Person.CountryRegion CountryRegionCode CountryRegionCode
Sales.SalesTerritory TerritoryID TerritoryID

Detail Tables[edit]

Detail Table Column Referencing Column
Person.Address StateProvinceID StateProvinceID
Sales.SalesTaxRate StateProvinceID StateProvinceID

References[edit]

Dependency Type Object Type Referenced Object
Data Type Type dbo.Flag
Data Type Type dbo.Name
Schema Schema Person

Dependencies[edit]

Reference Type Object Type Referencing Object
Select View HumanResources.vEmployee
Select View Person.vStateProvinceCountryRegion
Select View Purchasing.vVendor
Select View Sales.vIndividualCustomer
Select View Sales.vSalesPerson
Select View Sales.vStoreWithDemographics


automatically generated[edit]

Table Person.StateProvince
Description State and province lookup table.


Column Data Type Nullable Default Description / PK / Index
StateProvinceID int not null Primary key for StateProvince records.
PK_StateProvince_StateProvinceID
StateProvinceCode nchar(3) not null ISO standard state or province code.
AK_StateProvince_StateProvinceCode_CountryRegionCode
CountryRegionCode nvarchar(3) not null ISO standard country or region code. Foreign key to CountryRegion.CountryRegionCode.
AK_StateProvince_StateProvinceCode_CountryRegionCode
IsOnlyStateProvinceFlag Flag not null (1) 0 = StateProvinceCode exists. 1 = StateProvinceCode unavailable, using CountryRegionCode.
Name Name not null State or province description.
AK_StateProvince_Name
TerritoryID int not null ID of the territory in which the state or province is located. Foreign key to SalesTerritory.SalesTerritoryID.
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_StateProvince_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Relation Column Referenced Column
Person.CountryRegion CountryRegionCode CountryRegionCode
Sales.SalesTerritory TerritoryID TerritoryID


Detail Table Column Referencing Column
Person.Address StateProvinceID StateProvinceID
Sales.SalesTaxRate StateProvinceID StateProvinceID


Dependency Type Object Type Referenced Object
Data Type Type dbo.Flag
Data Type Type dbo.Name
Schema Schema Person


Reference Type Object Type Referencing Object
Select View HumanResources.vEmployee
Select View Person.vStateProvinceCountryRegion
Select View Purchasing.vVendor
Select View Sales.vIndividualCustomer
Select View Sales.vSalesPerson
Select View Sales.vStoreWithDemographics