Database Table: SEGMENTATION_REF

Reference table for language-specific translation of each model (SEGMENTATION row) used in the datamining segmentation run.

Column Name Column Type Column Description
LANGUAGE_ID INTEGER
NOT NULL
The language ID.
LAST_UPDATED TIMESTAMP
NOT NULL, DEFAULT CURRENT TIMESTAMP
The time stamp of the last update to the record.
LAST_UPDATED_ID INTEGER
NOT NULL, DEFAULT 0
The ID of the application that last updated the record.
SEGMENTATION_DESC VARCHAR (500)
NULL
A language specific description of the business question answered by the model.
SEGMENTATION_ID INTEGER
NOT NULL
The segmentation ID (see SEGMENTATION table).
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035103290 LANGUAGE_ID, SEGMENTATION_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable