Skip to content
SQLSimplified
mediumlibrarysubquerywhere

Books by Authors From Japan

Problem

Write a query that returns the title of every book written by an author from Japan, using a subquery against the authors table rather than a join.

Try It

Library (Books/Authors/Publishers)

Loading database engine...

Hint

Solution

Search

Search lessons, functions, examples, and practice problems