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

RHNVISIBLESERVERGROUP

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
IDNUMBER(38)NYESYESYES 
NAMEVARCHAR2(64)NYESYESYES 
DESCRIPTIONVARCHAR2(1024)NYESYESYES 
MAX_MEMBERSNUMBER(38)YYESYESYES 
CURRENT_MEMBERSNUMBER(38)NYESYESYES 
GROUP_TYPENUMBER(38)YYESYESYES 
ORG_IDNUMBER(38)NYESYESYES 
CREATEDDATENYESYESYES 
MODIFIEDDATENYESYESYES 

Query:

Legend: comment string keyword reserved word operator
SELECT ID,NAME,DESCRIPTION,MAX_MEMBERS,CURRENT_MEMBERS,GROUP_TYPE,ORG_ID,CREATED,MODIFIED
    FROM rhnServerGroup SG
   WHERE SG.group_type IS NULL