DIM_COUNTRY
Contains information about countries
Primary Key
Primary Key |
Field Type |
COUNTRYDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
COUNTRYSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[COUNTRY].[ID] |
COUNTRY |
nvarchar(100) |
yes |
|
dbo.[COUNTRY].[DESCRIPTION] |
COUNTRYABBREVIATION |
nvarchar(5) |
yes |
|
dbo.[COUNTRY].[ABBREVIATION] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_COUNTRY |
COUNTRYDIMID |
yes |
yes |
yes |