Customer Care Queue description
Column Description(s):
Column Name | Column Type | Description |
QUEUE_ID |
INTEGER NOT NULL |
ID of the customer care queue. |
LANGUAGE_ID |
INTEGER NOT NULL |
Language ID for the queue description |
DESCRIPTION |
VARCHAR(254) |
Description of the customer care queue. |
DISPLAYNAME |
VARCHAR(50) |
Display name of the customer care queue. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031303330 |
QUEUE_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_953 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_952 |
QUEUE_ID |
QUEUE |
QUEUE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.