Howdy.
Quick question: How do I select data that is present in one table, but not in another?
simple example:
I've got a list of all my people in my phonebook. Another table has a list of the people who I owe money to.
If I want to do a query on people I can feel free to visit (IE, those in the phonebook, but who I don't owe money too), how would I do this?
Edit: I probably should mention that I'm using PostgreSQL.