Easy
SELECT
Select All Employees
Write a query to select all columns from the employees table. Return columns: id, email, salary, hire_date, last_name, first_name, manager_id, department_id.
Preparing the interactive SQL workspace...
Write a query to select all columns from the employees table. Return columns: id, email, salary, hire_date, last_name, first_name, manager_id, department_id.
Preparing the interactive SQL workspace...