WebSphere Commerce database table: ICKNOWDESC

This table stores the language-dependent text representing the questions and answers created for the Guided Sell metaphor.


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031231560 CONCEPTID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_363 CONCEPTID ICKNOWLEDG CONCEPTID Cascade
F_364 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback