CountryRegion Table (AdventureWorks)

Contains the standard codes used internationally to identify countries and regions.

CountryRegion Table Definition

The CountryRegion table is contained in the Person schema.

Column

Data type

Nullability

Description

CountryRegionCode

nvarchar(3)

Not null

Standard code identifying countries and regions.

Name

Name (user-defined type)

nvarchar(50)

Not null

Country or region name.

ModifiedDate

datetime

Not null

Date and time the row was last updated.