WebSphere Commerce database table: SEGMENTATION_REF

Descriptions of the WCA Data Mining segments


Column Description(s):
Column NameColumn TypeDescription
LANGUAGE_ID INTEGER NOT NULL The language ID.
SEGMENTATION_ID INTEGER NOT NULL The ID of the segment being described from the SEGMENTATION table.
SEGMENTATION_DESC VARCHAR(500) A language specific description of the business question answered by the model.
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.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031310520 LANGUAGE_ID+SEGMENTATION_ID Primary Key

Feedback