This table records the recipients of an e-mail activity.
Column Description(s):
Column Name | Column Type | Description |
EMLPROMO_ID |
INTEGER NOT NULL |
Foreign key to the EMLPROMO table. |
COUNT |
INTEGER NOT NULL |
The total number of users to which the e-mail activity was sent. |
RECIPIENTS |
CLOB |
Contains the e-mail address and ID information of the users to which the e-mail activity was sent. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031225630 |
EMLPROMO_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_960 |
EMLPROMO_ID |
EMLPROMO |
EMLPROMO_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.