CUSTOMER_SEGMENTATION_TREE

Description

This table stores the segmentation tree information for customers. It includes details such as the root segment of the customer segmentation tree.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each customer segmentation tree.
ROOT_SEGMENT_CUSTOMER_SEGMEN_0 bigint The ID of the root segment in the customer segmentation tree.

Foreign Key Relationships

  • ROOT_SEGMENT_CUSTOMER_SEGMEN_0 references ID column in SEGMENT table.