UNION to Combine Result Sets

Easy
set-operations Bloomberg Oracle Salesforce

Write a query using UNION to combine a list of all customer names and all supplier names into a single list of unique names. Return a single column name, ordered alphabetically.

Expected Output: Unique names from both customers and suppliers.

Tables

Hints (2 available)

SQL Editor

Output

Click "Run" to see results...