79530432

Date: 2025-03-24 07:46:14
Score: 2.5
Natty:
Report link

Display the last name and job title of all employees who do not have a manager.

select last_name, job_id as "job_title" from employees where manager_id=null;

is it right querry

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: meera ijaz