|< < 42 > >|
Who wrote Cat's Cradle?
select name from author join book using (author_id) where title = 'Cat''s Cradle'
select name from author where author_id in ( select author_id from book where title = 'Cat''s Cradle' )