Skip to content
Advertisement

How can I get the names of authors of books with the shortest titles from this database?

Let’s suppose I have a database with the following tables

And I want to get the names of authors of books with the shortest titles. I think I could take isbn numbers of books with the shortest titles, get the author_id and from this get the name.

I would be glad for any help with this problem.

Advertisement

Answer

Where’s the problem? You already sketched the way…

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement