Generated using SQL Data Dictionary demo version.
Lookup table containing the ISO standard codes for countries and regions.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | CountryRegionCode | nvarchar(3) | |||
| ISO standard code for countries and regions. | |||||
| UK | Name | Name(nvarchar(50)) | |||
| Country or region name. | |||||
| ModifiedDate | datetime | getdate() | |||
| Date and time the record was last updated. | |||||
Primary key (clustered) constraint
Unique nonclustered index.