CSO_SURVEY_RESULT
This table contains the survey results.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SURVEY_RESULT_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONTENT_ID | VARCHAR2 | 32 | This is the Reference to content table record. | ||
| DATE_ADDED | TIMESTAMP | Yes | This is the datetime that the record was added to the repository. | ||
| DATE_MODIFIED | TIMESTAMP | Yes | This is the datetime that the record was modified. | ||
| LOCALE_ID | VARCHAR2 | 32 | Yes | The locale associated with the current record. | |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. | |
| USER_ID | VARCHAR2 | 32 | This is the obsolete GUID of the user associated with this record. | ||
| SURVEY_ID | VARCHAR2 | 32 | Yes | This is the GUID the survey result is associated with. | |
| VIEW_ID | VARCHAR2 | 32 | The view the result is associated with. | ||
| MESSAGE_ID | VARCHAR2 | 32 | The discussion board message the result is associated with. | ||
| TOPIC_ID | VARCHAR2 | 32 | The discussion board topic the result is associated with. | ||
| USER_PARTY_ID | NUMBER | 18 | This is the ID of the user associated with this record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SURVEY_RESULT | cso_content | CONTENT_ID |
| CSO_SURVEY_RESULT | cso_locale | LOCALE_ID |
| CSO_SURVEY_RESULT | cso_survey | SURVEY_ID |
| cso_survey_result_detail | cso_survey_result | SURVEY_RESULT_ID |
| cso_survey_result_newslet | cso_survey_result | SURVEY_RESULT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_SURVEY_RESULT_N2 | Non Unique | Default | LOCALE_ID |
| CSO_SURVEY_RESULT_N3 | Non Unique | Default | USER_PARTY_ID |
| CSO_SURVEY_RESULT_N4 | Non Unique | Default | SURVEY_ID, USER_PARTY_ID |
| CSO_SURVEY_RESULT_N6 | Non Unique | Default | CONTENT_ID, SURVEY_ID, LOCALE_ID |
| CSO_SURVEY_RESULT_U1 | Unique | Default | RECORD_ID |
| CSO_SURVEY_RESULT_UK1 | Unique | Default | RECORD_ID, CONTENT_ID, SURVEY_ID, LOCALE_ID, DATE_ADDED |