August 2017
Intermediate to advanced
832 pages
15h
English

11
11.02 Use a Set Operator to Combine Multiple Queries into a Single Query
11.03 Control the Order of Rows Returned
This chapter describes the set operators in SQL. Set operators work with sets of output data from two or more SELECT statements. They combine standalone SELECT statements in ways that cannot be done with joins or other conventional methods in SQL.
Set operators are ideal for a variety of situations where a SELECT statement’s output can be combined with other data that isn’t necessarily related ...
Read now
Unlock full access