This table stores the language dependent text for the Sales Assistant Question and Answer tree description.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTOR | VARCHAR (254) NULL |
Reserved for IBM internal use. |
LANGUAGE_ID | INTEGER NOT NULL |
The unique identifier of the language. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
TREEID | INTEGER NOT NULL |
The internal reference number of the Question and Answer tree. Foreign key to the ICMERTREE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034941720 | LANGUAGE_ID, TREEID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_367 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_368 | TREEID | ICMERTREE | TREEID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|