Cross-reference table mapping ISO currency codes to a country or region.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | |
Published for Replication | |
Rows | 109 |
Data Space Used | 8.00 KB |
Index Space Used | 24.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
CountryRegionCode | ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. | VarWChar | 3 | ||||
CurrencyCode | ISO standard currency code. Foreign key to Currency.CurrencyCode. | WChar | 3 | ||||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
IX_CountryRegionCurrency_CurrencyCode | Nonclustered index. | ||
PK_CountryRegionCurrency_CountryRegionCode_CurrencyCode | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_CountryRegionCurrency_CountryRegion_CountryRegionCode | Foreign key constraint referencing CountryRegion.CountryRegionCode. |
FK_CountryRegionCurrency_Currency_CurrencyCode | Foreign key constraint referencing Currency.CurrencyCode. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Person.CountryRegion | Table | Lookup table containing the ISO standard codes for countries and regions. | 1 | |
Sales.Currency | Table | Lookup table containing standard ISO currencies. | 1 | |
dbo.Name | User Defined Data Type | 2 |
|