DMEXPTYPE

The types of experiments associated with a marketing activity

Column Descriptions:

NameTypeDescription
DMEXPTYPE_IDSMALLINT NOT NULLThe unique identifier of the type of experiment for a marketing activity.
TYPEVARCHAR (64) NOT NULLThe type of the marketing activity experiment.
DESCRIPTIONVARCHAR (254)The description of the type of marketing activity experiment.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>DMEXPTYPE_IDPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_3526DMEXPTYPE_IDDMACTIVITYDMEXPTYPE_IDCascade