This table stores the relationship between an
e-mail activity and its target customer segment.
Column Descriptions:
Name | 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 NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | EMLPROMO_ID | Primary Key |
I0000563 | MBRGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_963 | EMLPROMO_ID | EMLPROMO | EMLPROMO_ID | Cascade |
F_964 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |