SEGMENT
Description
This table stores the segment information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the segment. |
| NAME | varchar | The name of the segment. |
| PREDICATE_SEGMENT_ID | bigint | The ID of the predicate segment. |
| SUB_SEGMENTS_SEGMENT_ID | bigint | The ID of the sub-segment. |
| SUB_SEGMENTS_HJORDER | int | The HJORDER value of the sub- segment. |
Primary Key
- ID
Foreign Key Relationships
- PREDICATE_SEGMENT_ID references PREDICATE(ID)
- SUB_SEGMENTS_SEGMENT_ID references SEGMENT(ID)