CountryRegionCurrency 表 (AdventureWorks)

将国际标准化组织 (ISO) 的货币代码映射到国家或地区。

CountryRegionCurrency 表定义

CountryRegionCurrency 表包含在 Sales 架构中。

数据类型 为空性 说明

CountryRegionCode

nvarchar(3)

非空

国家或地区的标准代码。指向 CountryRegion.CountryRegionCode 的外键。

CurrencyCode

nchar(3)

非空

ISO 货币代码。指向 Currency.CurrencyCode 的外键。

ModifiedDate

datetime

非空

行的上次更新日期和时间。

请参阅

参考

CountryRegion 表 (AdventureWorks)
Currency 表 (AdventureWorks)
CurrencyRate 表 (AdventureWorks)

其他资源

AdventureWorks 数据字典

帮助和信息

获取 SQL Server 2005 帮助