Joins StateProvince table with CountryRegion table.
| Creation Date | 27/10/2017 14:33 |
| Is Schema Bound | ![]() |
| Encrypted | ![]() |
| Ansi Nulls | ![]() |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| StateProvinceID | Integer | 4 | |||||
| StateProvinceCode | WChar | 3 | |||||
| IsOnlyStateProvinceFlag | dbo.Flag | 1 | |||||
| StateProvinceName | dbo.Name | 50 | |||||
| TerritoryID | Integer | 4 | |||||
| CountryRegionCode | VarWChar | 3 | |||||
| CountryRegionName | dbo.Name | 50 |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Person.CountryRegion | Table | Lookup table containing the ISO standard codes for countries and regions. | 1 |
![]() | dbo.Flag | User Defined Data Type | 2 | |
![]() | dbo.Name | User Defined Data Type | 2 | |
![]() | Sales.SalesTerritory | Table | Sales territory lookup table. | 2 |
![]() | Person.StateProvince | Table | State and province lookup table. | 1 |
|