Generated using SQL Data Dictionary demo version.


Table Sales.CountryRegionCurrency (109 rows)


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.

Indexes:


References: