The set of related marketing activities.
Column Descriptions:
| Name | Type | Description |
| DMACTIVITY_ID | INTEGER NOT NULL | The identifier of a marketing activity. |
| FAMILY_ID | INTEGER NOT NULL | The ID of the activity which is the first
activity from a set of activity versions. All versions of the same
activity will have the same name and family_id, but will have
different sequence numbers. |
| SEQUENCE | SMALLINT NOT NULL DEFAULT 0 | The sequence number of the activity. |
| 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> | DMACTIVITY_ID | Primary Key |
| I0001200 | FAMILY_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3550 | DMACTIVITY_ID | DMACTIVITY | DMACTIVITY_ID | Cascade |