Easy
SELECT
Select Employee Names
Write a query to retrieve only the first_name and last_name of all employees. Return columns: last_name, first_name.
Preparing the interactive SQL workspace...
Write a query to retrieve only the first_name and last_name of all employees. Return columns: last_name, first_name.
Preparing the interactive SQL workspace...