Each row of this table indicates that a Store recognizes a MemberGroup as a customer group.
Column Description(s):
Column Name | Column Type | Description |
MBRGRP_ID |
BIGINT NOT NULL |
The MemberGroup. |
STORE_ID |
INTEGER NOT NULL |
The Store. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031315790 |
MBRGRP_ID+STORE_ID |
Primary Key |
I0000793 |
STORE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_801 |
MBRGRP_ID |
MBRGRP |
MBRGRP_ID |
Cascade |
F_802 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.