This table is used to track the customer profiles to which an Order
is associated.
Column Name |
Column Type |
Column Description |
MBRGRP_ID |
BIGINT
NOT NULL |
Foreign key to the MBRGRP table. |
ORDERS_ID |
BIGINT
NOT NULL |
Foreign key to the ORDERS table. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035017670 |
ORDERS_ID, MBRGRP_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_510 |
MBRGRP_ID |
MBRGRP |
MBRGRP_ID |
Cascade |
F_511 |
ORDERS_ID |
ORDERS |
ORDERS_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
