CSO_SCH_CON_ISA

This table stores the relationship of Concepts having ISA (type of) relations (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_CON_ISA_PK

CONCEPT_ID, PARENT_CON_ID

Columns

Name Datatype Length Not-null Comments
CONCEPT_ID VARCHAR2 32 Yes Child Concept ID, a foreign key reference to RECORD_ID in CSO_SCH_CON table.
PARENT_CON_ID VARCHAR2 32 Yes Parent Concept ID, a foreign key reference to RECORD_ID in CSO_SCH_CON table.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SCH_CON_ISA cso_sch_con CONCEPT_ID
CSO_SCH_CON_ISA cso_sch_con PARENT_CON_ID

Indexes

Index Uniqueness Columns
CSO_SCH_CON_ISA_U1 Unique CONCEPT_ID, PARENT_CON_ID