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

RHNUSERGROUPMEMBERSHIP

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
ORG_IDNUMBER(38)NNONONO 
USER_IDNUMBER(38)YNONONO 
GROUP_IDNUMBER(38)NNONONO 
GROUP_NAMEVARCHAR2(64)NNONONO 
GROUP_TYPEVARCHAR2(64)NNONONO 

Query:

Legend: comment string keyword reserved word operator
SELECT   UG.org_id, UGM.user_id, UG.id, UG.name, UGT.label
  FROM   rhnUserGroupType UGT,
    	 rhnUserGroup UG,
	 rhnUserGroupMembers UGM
 WHERE   UG.id = UGM.user_group_id(+)
   AND   UG.group_type = UGT.id