Which clause is used to sort a UNION result as a whole?
GROUP BY
SORT
ORDER BY
LIMIT
None of these
Correct Option: C
The ‘ORDER BY’ clause is used along with the ‘UNION’ statement to sort a ‘UNION’ result as a whole. It is placed after the last ‘SELECT’ statement which is kept in parentheses.