Description of the illustration subquery.eps

{ query_block
| subquery { UNION | INTERSECT | MINUS | EXCEPT } [ALL]  subquery
    [ { UNION  | INTERSECT | MINUS | EXCEPT } [ALL] subquery ]...
| ( subquery )
} [ order_by_clause ] [ row_limiting_clause ]