In sql server 2008, I have the following query:
select c.title as categorytitle, s.title as subcategorytitle, i.title as itemtitle from cat
Try changing the join of Items to a left join as well.