PERFORMANCE_MEASURE_COMPARIS_0
Description
This table stores performance measure comparisons.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the performance measure comparison. |
| BASE_CUSTOMER_GROUP | varchar | The base customer group for the comparison. |
| COMPARED_CUSTOMER_GROUP | varchar | The compared customer group for the comparison. |
| DIFFERENCE | double | The difference between the performance measures. |
| MEASURE | varchar | The measure being compared. |
| TAKE_UP_RATE_COMPARISONS_OFF_0 | bigint | The foreign key referencing the ID column of the OFFER_STATISTICS table. |
| TAKE_UP_RATE_COMPARISONS_HJO_0 | int | The order of the performance measure comparison in the hierarchy. |
Foreign Key Relationships
- TAKE_UP_RATE_COMPARISONS_OFF_0 references OFFER_STATISTICS (ID)