WHERE
clauses to filter data based on specific conditions. In this task, you’ll retrieve a list of employees who belong to a specific department. Only include employees in the "Sales" department.employees
employee_id
, first_name
, last_name
, department
, salary
employee_id
, first_name
, last_name
, department
select * from employees