🚧 Set Operators

🚧 Coming soon: UNION ALL vs UNION, dedupe cost, and membership tests with INTERSECT/EXCEPT.

-- Placeholder example
SELECT City FROM dbo.Customers
UNION
SELECT City FROM dbo.Suppliers;