I want it all
Are there some eSymphony employees that are also customers of the company? Let's find out!
This exercise is part of the course
Introduction to Oracle SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Get employees first and last names
SELECT ___, ___
FROM Employee
-- Get customers first and last names
___
SELECT ___
___