CountryRegionCurrency-Tabelle (AdventureWorks)

Ordnet einem Land oder einer Region ISO-Währungscodes (International Standards Organization) zu.

CountryRegionCurrency-Tabelle (Definition)

Die CountryRegionCurrency-Tabelle ist Bestandteil des Sales-Schemas.

Spalte Datentyp NULL-Zulässigkeit Beschreibung

CountryRegionCode

nvarchar(3)

Nicht NULL

Standardcode für Länder oder Regionen. Fremdschlüssel für CountryRegion.CountryRegionCode.

CurrencyCode

nchar(3)

Nicht NULL

ISO-Währungscode. Fremdschlüssel für Currency.CurrencyCode.

ModifiedDate

datetime

Nicht NULL

Datum und Uhrzeit der letzten Aktualisierung der Zeile.

Siehe auch

Verweis

CountryRegion-Tabelle (AdventureWorks)
Currency-Tabelle (AdventureWorks)
CurrencyRate-Tabelle (AdventureWorks)

Andere Ressourcen

AdventureWorks (Datenwörterbuch)

Hilfe und Informationen

Informationsquellen für SQL Server 2005