This table defines the relationship between a customer service representative or team of representatives, and the customer or customer group that they are assigned to.
Column Description(s):
Column Name | Column Type | Description |
REP_ID |
BIGINT NOT NULL |
The customer service representative id or service representative group id. |
CUST_ID |
BIGINT NOT NULL |
The customer id or customer group id. |
SEQUENCE |
DOUBLE NOT NULL DEFAULT 0 |
This determines the lookup sequence for relationships. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031304360 |
REP_ID+CUST_ID |
Primary Key |
I0000965 |
CUST_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1230 |
CUST_ID |
MEMBER |
MEMBER_ID |
Cascade |
F_1231 |
REP_ID |
MEMBER |
MEMBER_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.