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

RHNVISIBLESERVERGROUP

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
IDNUMBER(38)NYESYESYES 
NAMEVARCHAR2(64)NYESYESYES 
DESCRIPTIONVARCHAR2(1024)NYESYESYES 
CURRENT_MEMBERSNUMBER(38)NYESYESYES 
GROUP_TYPENUMBER(38)YYESYESYES 
ORG_IDNUMBER(38)NYESYESYES 
CREATEDTIMESTAMP(6) WITH LOCAL TIME ZONENYESYESYES 
MODIFIEDTIMESTAMP(6) WITH LOCAL TIME ZONENYESYESYES 

Query:

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