Main Tables Views Materialized Views Indexes Constraints Triggers Procedures Functions Packages Sequences Java Sources Jobs Sanity Check Index DDL scrips
Description Columns Primary key Check Constraints Foreign keys Unique Keys Options Indexes Referenced by Triggers Partitions

RHNCHANNELCONTENTSOURCE

DDL script

Columns

NameTypeNullableDefault valueComment
SOURCE_IDNUMBER(38)N  
CHANNEL_IDNUMBER(38)N  
CREATEDTIMESTAMP(6) WITH LOCAL TIME ZONEN(current_timestamp)  
MODIFIEDTIMESTAMP(6) WITH LOCAL TIME ZONEN(current_timestamp)  

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
RHN_CCS_CID_FKCHANNEL_ID RHNCHANNEL RHN_CHANNEL_ID_PK CASCADE
RHN_CCS_SRC_ID_FKSOURCE_ID RHNCONTENTSOURCE RHN_CS_ID_PK CASCADE

Unique Keys:

Constraint nameColumns
RHN_CCS_UQSOURCE_ID , CHANNEL_ID

Options:

OptionSettings
TablespaceUSERS
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
RHN_CCS_UQNORMALUNIQUESOURCE_ID , CHANNEL_ID DDL script