LEFT JOIN to retrieve data even when there’s no matching record in the joined table. Retrieve all employees and their project names, including those without assigned projects.employees, departmentsemployees Columns: employee_id, first_name, last_name, department_id, salarydepartments Columns: department_id, department_nameemployee_id, first_name, last_name, department_nameselect * from employees