Column | Data Type | Nullable | Default | Description / PK / Index |
CurrencyCode | nchar(3) | not null | | The ISO code for the Currency. PK_Currency_CurrencyCode |
Name | dbo.Name | not null | | Currency name. AK_Currency_Name |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|