假如要查找类型是'business'的书 就这样
select title,au_lname 
from authors a,titles t, titleauthor ta 
where type='business' and t.title_id=ta.title_id and ta.au_id=a.au_id