Column | Data Type | Nullable | Default | Description / PK / Index |
CountryRegionCode | nvarchar(3) | not null | | ISO standard code for countries and regions. PK_CountryRegion_CountryRegionCode |
Name | dbo.Name | not null | | Country or region name. AK_CountryRegion_Name |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|