You can use the NOT EXISTS condition in your WHERE clause to find rows in the parent table that have no related rows in the child table.
There are lots of good books on Transact-SQL, as well as SQL in general. If all you need is a good introduction, the
SQL for Dummies will probably do the job.
-PatP