This table stores the relationship between an e-mail activity and a campaign. Each row represents the campaign to which the e-mail activity belongs.
Column Description(s):
Column Name | Column Type | Description |
EMLPROMO_ID |
INTEGER NOT NULL |
Reference Key to the EMLPROMO table. |
CAMPAIGN_ID |
INTEGER NOT NULL |
Reference Key to the CAMPAIGN table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031224290 |
EMLPROMO_ID |
Primary Key |
I0000377 |
CAMPAIGN_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1041 |
CAMPAIGN_ID |
CAMPAIGN |
CAMPAIGN_ID |
Cascade |
F_1040 |
EMLPROMO_ID |
EMLPROMO |
EMLPROMO_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.