This table stores the language-dependent text representing the questions and answers created for the Guided Sell metaphor.
Column Description(s):
Column Name | Column Type | Description |
CONCEPTID |
INTEGER NOT NULL |
The internal reference number of the concept (question or answer). Foreign key to the ICKNOWLEDG table. |
CONCEPTNAME |
VARCHAR(512) NOT NULL |
Text of the concept (question or answer). |
DESCRIPTOR |
VARCHAR(512) |
Reserved for IBM internal use. |
LANGUAGE_ID |
INTEGER NOT NULL |
The unique identifier of the language. Foreign key to the LANGUAGE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031231560 |
CONCEPTID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_363 |
CONCEPTID |
ICKNOWLEDG |
CONCEPTID |
Cascade |
F_364 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.