CSO_DB_SITE

This is an associative table that contains the views 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_SITE_PK

DISCUSSION_ID, SITE_ID

Columns

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

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_SITE cso_site SITE_ID
CSO_DB_SITE cso_discussion_board DISCUSSION_ID

Indexes

Index Uniqueness Columns
CSO_DB_SITE_U1 Unique DISCUSSION_ID, SITE_ID
CSO_DB_SITE_N1 Non Unique SITE_ID