I want it all
Are there some eSymphony employees that are also customers of the company? Let's find out!
Diese Übung ist Teil des Kurses
Introduction to Oracle SQL
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
-- Get employees first and last names
SELECT ___, ___
FROM Employee
-- Get customers first and last names
___
SELECT ___
___