CSO_CONTENT_REC_TAG

Associative table mapping content recommendations to categories.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_REC_TAG_PK

RECOMMENDATION_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
RECOMMENDATION_ID VARCHAR2 32 Yes This is the Reference to content recommendation.
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing either a category, user group.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CONTENT_REC_TAG cso_content_rec RECOMMENDATION_ID

Indexes

Index Uniqueness Columns
CSO_CONTENT_REC_TAG_U1 Unique RECOMMENDATION_ID, TAG_ID