Generated using SQL Data Dictionary demo version.
Lookup table containing standard ISO currencies.
Column | Data Type | Identity | Nullable | Default | |
---|---|---|---|---|---|
PK | CurrencyCode | nchar(3) | |||
The ISO code for the Currency. | |||||
UK | Name | Name(nvarchar(50)) | |||
Currency name. | |||||
ModifiedDate | datetime | getdate() | |||
Date and time the record was last updated. |
Primary key (clustered) constraint
Unique nonclustered index.