CSO_SCH_CLUS_CON

This table stores the relationship between Cluster IDs and Concept IDs (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_CLUS_CON_PK

CONCEPT_ID, CLUS_ID

Columns

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

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SCH_CLUS_CON cso_sch_clus CLUS_ID
CSO_SCH_CLUS_CON cso_sch_con CONCEPT_ID

Indexes

Index Uniqueness Columns
CSO_SCH_CLUS_CON_U1 Unique CONCEPT_ID, CLUS_ID