Difference between revisions of "Sales.Currency (table)"
Line 391: | Line 391: | ||
| PLN | | PLN | ||
| Zloty | | Zloty | ||
+ | |} | ||
+ | |||
+ | == automatically generated == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- | ||
+ | | '''Table | ||
+ | | Sales.Currency | ||
+ | |- | ||
+ | |||
+ | | '''Description | ||
+ | | Lookup table containing standard ISO currencies. | ||
+ | |- | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Column | ||
+ | | '''Data Type | ||
+ | | '''Nullable | ||
+ | | '''Default | ||
+ | | '''Description | ||
+ | | '''PK / Index | ||
+ | |||
+ | |- | ||
+ | | CurrencyCode | ||
+ | | nchar(3) | ||
+ | | not null | ||
+ | | | ||
+ | | The ISO code for the Currency. | ||
+ | | PK_Currency_CurrencyCode | ||
+ | |- | ||
+ | | Name | ||
+ | | Name | ||
+ | | not null | ||
+ | | | ||
+ | | Currency name. | ||
+ | | AK_Currency_Name | ||
+ | |- | ||
+ | | ModifiedDate | ||
+ | | datetime | ||
+ | | not null | ||
+ | | (GETDATE()) | ||
+ | | Date and time the record was last updated. | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
+ | |- | ||
+ | | [[Sales.CountryRegionCurrency_(table)|Sales.CountryRegionCurrency]] | ||
+ | | CurrencyCode | ||
+ | | CurrencyCode | ||
+ | |- | ||
+ | | [[Sales.CurrencyRate_(table)|Sales.CurrencyRate]] | ||
+ | | CurrencyCode | ||
+ | | FromCurrencyCode | ||
+ | |- | ||
+ | | [[Sales.CurrencyRate_(table)|Sales.CurrencyRate]] | ||
+ | | CurrencyCode | ||
+ | | ToCurrencyCode | ||
|} | |} |
Revision as of 23:26, 26 November 2009
wikibot
Table | Sales.Currency |
Column | Data Type | Nullable | Default | PK | Index |
CurrencyCode | nchar(3) | not null | PK_Currency_CurrencyCode | ||
Name | dbo.Name | not null | AK_Currency_Name | ||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Sales.CountryRegionCurrency | CurrencyCode | CurrencyCode |
Sales.CurrencyRate | CurrencyCode | FromCurrencyCode |
Sales.CurrencyRate | CurrencyCode | ToCurrencyCode |
wikivalues
Table Values | Sales.Currency |
CurrencyCode | Name |
AFA | Afghani |
DZD | Algerian Dinar |
ARS | Argentine Peso |
AMD | Armenian Dram |
AWG | Aruban Guilder |
AUD | Australian Dollar |
AZM | Azerbaijanian Manat |
BSD | Bahamian Dollar |
BHD | Bahraini Dinar |
THB | Baht |
PAB | Balboa |
BBD | Barbados Dollar |
BEF | Belgian Franc |
VEB | Bolivar |
BOB | Boliviano |
BRL | Brazilian Real |
BND | Brunei Dollar |
BGN | Bulgarian Lev |
CAD | Canadian Dollar |
GHC | Cedi |
XOF | CFA Franc BCEAO |
CLP | Chilean Peso |
COP | Colombian Peso |
CRC | Costa Rican Colon |
HRK | Croatian Kuna |
CYP | Cyprus Pound |
CZK | Czech Koruna |
DKK | Danish Krone |
DEM | Deutsche Mark |
DOP | Dominican Peso |
VND | Dong |
GRD | Drachma |
EGP | Egyptian Pound |
SVC | El Salvador Colon |
AED | Emirati Dirham |
EUR | EURO |
FJD | Fiji Dollar |
HUF | Forint |
FRF | French Franc |
PYG | Guarani |
HKD | Hong Kong Dollar |
ISK | Iceland Krona |
INR | Indian Rupee |
IEP | Irish Pound |
ITL | Italian Lira |
JMD | Jamaican Dollar |
JOD | Jordanian Dinar |
KES | Kenyan Shilling |
EEK | Kroon |
KWD | Kuwaiti Dinar |
AOA | Kwanza |
LVL | Latvian Lats |
LBP | Lebanese Pound |
ALL | Lek |
ROL | Leu |
LTL | Lithuanian Litas |
MYR | Malaysian Ringgit |
MTL | Maltese Lira |
FIM | Markka |
MUR | Mauritius Rupee |
MXN | Mexican Peso |
MAD | Moroccan Dirham |
NGN | Naira |
NAD | Namibia Dollar |
NPR | Nepalese Rupee |
ANG | Netherlands Antillian Guilder |
NLG | Netherlands Guilder |
ILS | New Israeli Shekel |
TWD | New Taiwan Dollar |
NZD | New Zealand Dollar |
BTN | Ngultrum |
NOK | Norwegian Krone |
PEN | Nuevo Sol |
OMR | Omani Rial |
PKR | Pakistan Rupee |
PHP | Philippine Peso |
PLZ | Polish Zloty(old) |
PTE | Portuguese Escudo |
GTQ | Quetzal |
ZAR | Rand |
MVR | Rufiyaa |
IDR | Rupiah |
RUB | Russian Ruble |
RUR | Russian Ruble(old) |
SAR | Saudi Riyal |
ATS | Shilling |
SGD | Singapore Dollar |
SKK | Slovak Koruna |
ESP | Spanish Peseta |
LKR | Sri Lankan Rupee |
SEK | Swedish Krona |
CHF | Swiss Franc |
BDT | Taka |
SIT | Tolar |
TTD | Trinidad and Tobago Dollar |
TND | Tunisian Dinar |
TRL | Turkish Lira |
GBP | United Kingdom Pound |
UYU | Uruguayan Peso |
USD | US Dollar |
KRW | Won |
JPY | Yen |
CNY | Yuan Renminbi |
ZWD | Zimbabwe Dollar |
PLN | Zloty |
automatically generated
Table | Sales.Currency |
Description | Lookup table containing standard ISO currencies. |
Column | Data Type | Nullable | Default | Description | PK / Index |
CurrencyCode | nchar(3) | not null | The ISO code for the Currency. | PK_Currency_CurrencyCode | |
Name | Name | not null | Currency name. | AK_Currency_Name | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Sales.CountryRegionCurrency | CurrencyCode | CurrencyCode |
Sales.CurrencyRate | CurrencyCode | FromCurrencyCode |
Sales.CurrencyRate | CurrencyCode | ToCurrencyCode |