Person.CountryRegion (table)
wikibot
| Table | Person.CountryRegion |
| Column | Data Type | Nullable | Default | PK | Index |
| CountryRegionCode | nvarchar(3) | not null | PK_CountryRegion_CountryRegionCode | ||
| Name | dbo.Name | not null | AK_CountryRegion_Name | ||
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Sales.CountryRegionCurrency | CountryRegionCode | CountryRegionCode |
| Person.StateProvince | CountryRegionCode | CountryRegionCode |