CUSTOMER_STATISTICS

Description

This table stores the statistics related to customers. It includes details such as the number of customers, the number of customers with high mode, and the number of target customers.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each customer statistics.
NUM_CUSTOMERS int The number of customers.
NUM_CUSTOMERS_WITH_HIGH_MODE_0 int The number of customers with high mode.
NUM_TARGET_CUSTOMERS int The number of target customers.

Foreign Key Relationships

No