mediumlibrarysubquerywhereBooks by Authors From JapanProblem 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 Show hint Solution Show solution Mark as completeNext Problem