I would like to retrieve the names of people who didn\'t work on a project in PostgreSQL.
I got a table named employees with their names and
employees
names
you'll need to use NOT IN and a subquery here