UNION with multiple tables
The following query performs a union on three tables.
The maximum number of unions depends on the practicality of the application
and any memory limitations.
The query selects items where the unit_price in
the stock table is greater than $600, the catalog_num in
the catalog table is 10025, or the quantity in the items table
is 10; and the query orders the data by manu_code. The result
shows the return values.