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

RHNUSERTYPEBASE

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
USER_IDNUMBER(38)NNONONO 
TYPE_IDNUMBER(38)NNONONO 
TYPE_LABELVARCHAR2(64)NNONONO 
TYPE_NAMEVARCHAR2(64)NNONONO 

Query:

Legend: comment string keyword reserved word operator
select distinct
    ugm.user_id, ugt.id, ugt.label, ugt.name
from
    rhnUserGroupMembers ugm, rhnUserGroupType ugt, rhnUserGroup ug
where
    ugm.user_group_id = ug.id
and ugt.id = ug.group_type