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

RHNSERVERENTITLEMENTVIEW

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
SERVER_IDNUMBER(38)NNONONO 
SERVER_GROUP_TYPE_IDNUMBER(38)NNONONO 
LABELVARCHAR2(32)NNONONO 
PERMANENTCHAR(1)NNONONO 
IS_BASECHAR(1)NNONONO 

Query:

Legend: comment string keyword reserved word operator
select
   distinct
   sgm.server_id,
   sgt.id,
   sgt.label,
   sgt.permanent,
   sgt.is_base
from
   rhnServerGroupType sgt,
   rhnServerGroup sg,
   rhnServerGroupMembers sgm
where
   sg.id = sgm.server_group_id
   and sg.group_type = sgt.id