CSO_DB_TAG

This is an associative table that contains the categories that are assigned to the discussion board.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_TAG_PK

DISCUSSION_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
DISCUSSION_ID VARCHAR2 32 Yes This is the Reference to discussionboard table record.
TAG_ID VARCHAR2 32 Yes This is the GUID for the tag table record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_TAG cso_tag TAG_ID
CSO_DB_TAG cso_discussion_board DISCUSSION_ID

Indexes

Index Uniqueness Columns
CSO_DB_TAG_U1 Unique DISCUSSION_ID, TAG_ID
CSO_DB_TAG_N1 Non Unique TAG_ID