This table contains one row for each possible combination of gender, age group, marital status, and region.

Column Name

Type

Length

Null Allowed

Description

ID

smallint

No

Identifier; primary key.

GENDER_ID

tinyint

No

Foreign key to ARF_GENDER.ID column.

AGE_GROUP_ID

tinyint

No

Foreign key to ARF_AGE_GROUP.ID column.

MARITAL_STATUS_ID

tinyint

No

Foreign key to ARF_MARITAL_STATUS.ID column.

REGION_ID

smallint

No

Foreign key to ARF_GEO_REGION.ID column.