Skip to content

REGION_AREA

Table containing static metadata for mapping the Areas to Regions. The latest mapping can be obtained for each RegionID using the most recent EffectiveDate and then VersionNo.

Package

MARKET_CONFIG

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
REGIONID varchar(10) 🔑 varchar(10) 🔑 Region identifier
EFFECTIVEDATE datetime(3) 🔑 datetime2(0) 🔑 Calendar date from when this record set is effective.
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version number for the same effectivedate.
AREAID varchar(10) 🔑 varchar(10) 🔑 Area identifier
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed.

Official MMS data model indexes

Index name Index type Index columns (in order)
REGION_AREA_PK clustered, unique, primary key REGIONID, EFFECTIVEDATE, VERSIONNO, AREAID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_REGION_AREA clustered, unique, primary key REGIONID, EFFECTIVEDATE, VERSIONNO, AREAID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_REGION_AREA clustered, unique, primary key REGIONID, EFFECTIVEDATE, VERSIONNO, AREAID