I have two tables, one has primary key other has it as a foreign key.
I want to pull data from the primary table, only if the secondary table does not have an entry containing it’s key. Sort of an opposite of a simple inner join, which returns only rows that join together by that key.
Full image of join

From aticle : http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspx