PostgreSQL - Set Operations and Advanced Queries
You have two tables:
You want to find people who are either employees or contractors but not both.
Which query correctly returns this list?
employees with columns id, namecontractors with columns id, nameYou want to find people who are either employees or contractors but not both.
Which query correctly returns this list?
