Subqueries can appear in different clauses of an outer query, or in the set operation.
They must be enclosed in parentheses ()
.
If the result of the subquery is compared to something else, the number of columns must match.
Table aliases are required for subqueries in the FROM clause to name the temporary table.