CSO_SURVEY_SITE

This is an associative table that contains the surveys that are assigned to a repository or view.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SURVEY_SITE_PK

SITE_ID, SURVEY_ID

Columns

Name Datatype Length Not-null Comments
SITE_ID VARCHAR2 32 Yes This is the GUID for the repository or view.
SURVEY_ID VARCHAR2 32 Yes This is the GUID for the survey.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SURVEY_SITE cso_site SITE_ID
CSO_SURVEY_SITE cso_survey SURVEY_ID

Indexes

Index Uniqueness Columns
CSO_SURVEY_SITE_U1 Unique SITE_ID, SURVEY_ID
CSO_SURVEY_SITE_N1 Non Unique SURVEY_ID