Column | Data Type | Nullable | Default | Description / PK / Index |
CountryRegionCode | nvarchar(3) | not null | | ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. PK_CountryRegionCurrency_CountryRegionCode_CurrencyCode |
CurrencyCode | nchar(3) | not null | | ISO standard currency code. Foreign key to Currency.CurrencyCode. PK_CountryRegionCurrency_CountryRegionCode_CurrencyCodeIX_CountryRegionCurrency_CurrencyCode |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|