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

RHNDEMOORGS

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
ORG_IDNUMBER(38)YYESYESYES 

Query:

Legend: comment string keyword reserved word operator
(
    select org_id
    from demo_log
    where server_id = 0
)