Database Table: QUEUEDESC

This table contains Customer Care Queue display information according to languages.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
Description of the customer care queue.
DISPLAYNAME VARCHAR (50)
NULL
Reserved for IBM internal use.
LANGUAGE_ID INTEGER
NOT NULL
Reserved for IBM internal use.
QUEUE_ID INTEGER
NOT NULL
ID of the customer care queue.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035047100 QUEUE_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_952 QUEUE_ID QUEUE QUEUE_ID Cascade
F_953 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable