Main Tables Views Materialized Views Indexes Constraints Triggers Procedures Functions Packages Sequences Java Sources Jobs Sanity Check Index DDL scrips
Description Columns Query Constraints Triggers

RHNCHECKSUMVIEW

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
IDNUMBER(38)NYESYESYES 
CHECKSUM_TYPEVARCHAR2(32)YNONONO 
CHECKSUMVARCHAR2(128)NYESYESYES 

Query:

Legend: comment string keyword reserved word operator
select c.id,
       ct.label checksum_type,
       c.checksum
  from rhnChecksum c
  left join rhnChecksumType ct
    on c.checksum_type_id = ct.id