Definition:
QueryExpressionBody ::= QueryTerm ( ( 'UNION' | 'EXCEPT' | 'MINUS' ) ( 'ALL' | 'DISTINCT' )? QueryTerm )*
Used In:
QueryPrimary
SelectWithOrder
SqlRelationalOperatorExpression