This table is currently not used. Can be used to
relate e-Marketing Spots to store pages.
Column Descriptions:
| Name | Type | Description |
| EMSPOT_ID | INTEGER NOT NULL | The identifier of the e-Marketing Spot. |
| DMPAGE_ID | INTEGER NOT NULL | The identifier of the store page. |
| 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> | EMSPOT_ID+DMPAGE_ID | Primary Key |
| I0001158 | DMPAGE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3533 | DMPAGE_ID | DMPAGE | DMPAGE_ID | Cascade |
| F_3534 | EMSPOT_ID | EMSPOT | EMSPOT_ID | Cascade |