This table is used to track the customer segments to which an Order is associated.
Column Description(s):
Column Name | Column Type | Description |
ORDERS_ID |
BIGINT NOT NULL |
Foreign key to the ORDERS table. |
MBRGRP_ID |
BIGINT NOT NULL |
Foreign key to the MBRGRP table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031244150 |
ORDERS_ID+MBRGRP_ID |
Primary Key |
I0000650 |
MBRGRP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_510 |
MBRGRP_ID |
MBRGRP |
MBRGRP_ID |
Cascade |
F_511 |
ORDERS_ID |
ORDERS |
ORDERS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.