| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check | 
|---|---|---|---|---|---|---|---|
| CountryRegionCode | nvarchar | 3 | Not null | ISO standard code for countries and regions. | |||
| Name | Name | nvarchar(50) | Not null | Country or region name. | |||
| ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. | 
The object has no extended properties.
| Primary Key Name | Field Name | 
|---|---|
| PK_CountryRegion_CountryRegionCode | CountryRegionCode | 
| Index Name | Description | Clustered | Unique | Fields | 
|---|---|---|---|---|
| PK_CountryRegion_CountryRegionCode | Clustered index created by a primary key constraint. | Yes | Yes | CountryRegionCode | 
| AK_CountryRegion_Name | Unique nonclustered index. | No | Yes | Name | 
| Name | Description | Type | Enabled | 
|---|---|---|---|
| uCountryRegion | AFTER UPDATE trigger setting the ModifiedDate column in the CountryRegion table to the current date. | after Update | Yes | 
| Object Name | Type | Field Name | 
|---|---|---|
| HumanResources.vEmployee | view | N/A | 
| Person.uCountryRegion | trigger | N/A | 
| Person.vStateProvinceCountryRegion | view | N/A | 
| Purchasing.vVendor | view | N/A | 
| Sales.vIndividualCustomer | view | N/A | 
| Sales.vSalesPerson | view | N/A | 
| Sales.vStoreWithDemographics | view | N/A |