Challenge: Find Book Titles and Authors
As the library catalog grows, you realize that a list displaying only the book titles is unreliable since multiple books can have identical names.
As a solution to this, you want to create a simple list that shows each book's title along with the author's name.
Task
Swipe to start coding
Write an SQL query for retrieving the Title
and Author
columns from the Books
table.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8