CSO_NEWSLETTER_SITE
Associative table that maps newsletters to repositories.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_NEWSLETTER_SITE_PK |
NEWSLETTER_ID, SITE_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| NEWSLETTER_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to newsletter record. |
| SITE_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to repository record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_NEWSLETTER_SITE | cso_newsletter | NEWSLETTER_ID |
| CSO_NEWSLETTER_SITE | cso_site | SITE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_NEWSLETTER_SITE_U1 | Unique | NEWSLETTER_ID, SITE_ID |
| CSO_NEWSLETTER_SITE_N1 | Non Unique | SITE_ID |