PostgreSQL - Joins in PostgreSQL
Given the
employees(id, name, manager_id) table, which query correctly lists all employees who manage at least one other employee?