Hi, I'm starting to work with SQL, I'd appreciate it if you could help me because I have trouble making the next query, I do not know how to do it
TABLE employees
id INTEGER NOT NULL PRIMARY KEY
managerId INTEGER REFERENCES employees(id)
name VARCHAR(30) NOT NULL
How can I make a query that selects the names of employees who are not managers?