I want it all
Are there some eSymphony employees that are also customers of the company? Let's find out!
Este exercício faz parte do curso
Introduction to Oracle SQL
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
-- Get employees first and last names
SELECT ___, ___
FROM Employee
-- Get customers first and last names
___
SELECT ___
___