This table records the recipients of an e-mail activity.
Column Name | Column Type | Column Description |
---|---|---|
COUNT | INTEGER NOT NULL |
The total number of recipient addresses within the set of recipients. |
EMLPROMO_ID | INTEGER NOT NULL |
The primary key. |
RECIPIENTS | CLOB (10000000) NULL |
The comma delimited list of recipient addresses. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034924840 | EMLPROMO_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_960 | EMLPROMO_ID | EMLPROMO | EMLPROMO_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|