CSO_NEWSLETTER_SURVEY

This is an associative table that is used to map a newsletter to survey. A survey can be used to create a mailing list of people that are interested in subscribing to the newsletter. The survey can contain any demographic data needed.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_NEWSLETTER_SURVEY_PK

NEWSLETTER_ID, SURVEY_ID

Columns

Name Datatype Length Not-null Comments
NEWSLETTER_ID VARCHAR2 32 Yes This is the GUID reference to a NEWSLETTER record.
SURVEY_ID VARCHAR2 32 Yes This is the GUID reference to a SURVEY record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_NEWSLETTER_SURVEY cso_newsletter NEWSLETTER_ID
CSO_NEWSLETTER_SURVEY cso_survey SURVEY_ID

Indexes

Index Uniqueness Columns
CSO_NEWSLETTER_SURVEY_U1 Unique NEWSLETTER_ID, SURVEY_ID
CSO_NEWSLETTER_SURVEY_N1 Non Unique SURVEY_ID