• author_id in ( ... ): The topmost query tests whether an author's author_id is contained in the result of a subquery.

  • select author_id from book where title = 'Cat''s Cradle': The subquery is the author_id of Cat's Cradle.