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

Loading playground environment...

Hint

Solution

Next Problem