Generated using SQL Data Dictionary demo version.
Cross-reference table mapping ISO currency codes to a country or region.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK, FK | CountryRegionCode | nvarchar(3) | |||
| ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. | |||||
| PK, FK | CurrencyCode | nchar(3) | |||
| ISO standard currency code. Foreign key to Currency.CurrencyCode. | |||||
| ModifiedDate | datetime | getdate() | |||
| Date and time the record was last updated. | |||||
Primary key (clustered) constraint
Nonclustered index.