Search
⌘K

Leetcode 1978. Employees Whose Manager Left the Company

Given an Employees table, return the employee_id(s) (ordered) of employees with salary < 30000 whose manager has left — i.e., their non-null manager_id does not match any employee_id in the table.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.