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

RHNTIMEZONE

DDL script

Columns

NameTypeNullableDefault valueComment
IDNUMBER(38)N  
OLSON_NAMEVARCHAR2(128)N  
DISPLAY_NAMEVARCHAR2(128)N  

Primary key:

Constraint NameColumns
RHN_TIMEZONE_ID_PKID

Options:

OptionSettings
TablespaceUSERS
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
RHN_TIMEZONE_DISPLAY_UQNORMALUNIQUEDISPLAY_NAME DDL script
RHN_TIMEZONE_ID_IDXNORMALNONUNIQUEID DDL script
RHN_TIMEZONE_OLSON_UQNORMALUNIQUEOLSON_NAME DDL script

Referenced by:

TableConstraint
RHNUSERINFO RHN_USER_INFO_TZID_FK