Descriptions of the WCA Data Mining segments
Column Description(s):
Column Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031310520 |
LANGUAGE_ID+SEGMENTATION_ID |
Primary Key |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.