Sales.CountryRegionCurrency Table
Information
| Name | CountryRegionCurrency |
| Schema | Sales |
| Row Count | 109 |
| Data Size | 8 KB |
| Index Size | 24 KB |
| Reserved Size | 32 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:31 |
| Modified | 14.10.2005 1:59:51 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| CountryRegionCurrency | TABLE | MS_Description | Cross-reference table mapping ISO currency codes to a country or region. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | CountryRegionCode | nvarchar(6) |   | SQL_Latin1_General_CP1_CI_AS | Person.CountryRegion.CountryRegionCode |   | ||
|   |   |   | CurrencyCode | nchar(6) |   | SQL_Latin1_General_CP1_CI_AS | Sales.Currency.CurrencyCode |   | ||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_CountryRegionCurrency_CountryRegionCode_CurrencyCode | Clustered |   |   | CountryRegionCode, CurrencyCode |
| IX_CountryRegionCurrency_CurrencyCode | NonClustered |   |   | CurrencyCode |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_CountryRegionCurrency_CountryRegion_CountryRegionCode | Foreign key | Person.CountryRegion |
| FK_CountryRegionCurrency_Currency_CurrencyCode | Foreign key | Sales.Currency |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Sales.uCountryRegionCurrency | UPDATE |   |   |   | 14.10.2005 1:59:51 | 14.10.2005 1:59:51 |
