Using a set operation, return a single 'name' column listing every employee name and every customer name. Use UNION to remove any duplicates. (Run against the COMPANY schema, which exposes only employees and departments here, so list employee names twice via two selects to practice the syntax.)