Person.CountryRegion

Table: 'Person.CountryRegion'

3 fields. 122 bytes.

Lookup table containing the ISO standard codes for countries and regions.

Field NameData TypeSizeOriginal TypeDefaultNullableDescriptionCheck
CountryRegionCodenvarchar3  Not nullISO standard code for countries and regions. 
NameName nvarchar(50) Not nullCountry or region name. 
ModifiedDatedatetime  getdate()Not nullDate and time the record was last updated. 

Extended Properties

The object has no extended properties.

Primary key for table 'Person.CountryRegion'

Primary Key NameField Name
PK_CountryRegion_CountryRegionCodeCountryRegionCode
There are no Foreign Keys for this table.

Indexes for table 'Person.CountryRegion', 2 items

Index NameDescriptionClusteredUniqueFields
PK_CountryRegion_CountryRegionCodeClustered index created by a primary key constraint.YesYesCountryRegionCode
AK_CountryRegion_NameUnique nonclustered index.NoYesName

Triggers for table 'Person.CountryRegion', 1 item

NameDescriptionTypeEnabled
uCountryRegionAFTER UPDATE trigger setting the ModifiedDate column in the CountryRegion table to the current date.after Update Yes

Dependencies for table 'Person.CountryRegion', 7 items

Object NameTypeField Name
HumanResources.vEmployeeviewN/A
Person.uCountryRegiontriggerN/A
Person.vStateProvinceCountryRegionviewN/A
Purchasing.vVendorviewN/A
Sales.vIndividualCustomerviewN/A
Sales.vSalesPersonviewN/A
Sales.vStoreWithDemographicsviewN/A