The types of experiments associated with a
marketing activity
Column Descriptions:
Name | Type | Description |
DMEXPTYPE_ID | SMALLINT NOT NULL | The unique identifier of the type of experiment
for a marketing activity. |
TYPE | VARCHAR (64) NOT NULL | The type of the marketing activity
experiment. |
DESCRIPTION | VARCHAR (254) | The description of the type of marketing activity
experiment. |
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> | DMEXPTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3526 | DMEXPTYPE_ID | DMACTIVITY | DMEXPTYPE_ID | Cascade |