CSO_SURVEY_RESULT_NEWSLET
This is an associative table that contains the surveys results that are assigned to a newsletter.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SURVEY_RESULT_NEWSLET_PK |
NEWSLETTER_ID, SURVEY_RESULT_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| NEWSLETTER_ID | VARCHAR2 | 32 | Yes | This is the GUID for the newsletter. |
| SURVEY_RESULT_ID | VARCHAR2 | 32 | Yes | This is the GUID for the survey result. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SURVEY_RESULT_NEWSLET | cso_newsletter | NEWSLETTER_ID |
| CSO_SURVEY_RESULT_NEWSLET | cso_survey_result | SURVEY_RESULT_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SURVEY_RESULT_NEWSLET_U1 | Unique | NEWSLETTER_ID, SURVEY_RESULT_ID |
| CSO_SURVEY_RESULT_NEWSLET_N1 | Non Unique | SURVEY_RESULT_ID |