This table stores the relationship between an e-mail activity and its target customer segment.
Column Description(s):
Column Name | Column Type | Description |
MBRGRP_ID |
BIGINT NOT NULL |
The ID of the customer segment targeted by the related e-mail activity. |
EMLPROMO_ID |
INTEGER NOT NULL |
The ID of the e-mail activity in the relationship. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031224720 |
EMLPROMO_ID |
Primary Key |
I0000563 |
MBRGRP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_963 |
EMLPROMO_ID |
EMLPROMO |
EMLPROMO_ID |
Cascade |
F_964 |
MBRGRP_ID |
MBRGRP |
MBRGRP_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.