Easy
WHERE
Engineering Department Employees
Find all employees in department_id = 1 (Engineering), showing their name and salary. Return columns: salary, last_name, first_name.
Preparing the interactive SQL workspace...
Find all employees in department_id = 1 (Engineering), showing their name and salary. Return columns: salary, last_name, first_name.
Preparing the interactive SQL workspace...