The ORDER BY clause can be used with SQL Set operators like UNION, UNION ALL, INTERSECT, and EXCEPT to sort the resulting data set by one or more columns. The ORDER BY clause is applied to the entire ...