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.
Swipe to start coding
Write an SQL query for retrieving the Title
and Author
columns from the Books
table.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 1.72
Challenge: Find Book Titles and Authors
Swipe to show menu
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.
Swipe to start coding
Write an SQL query for retrieving the Title
and Author
columns from the Books
table.
Solution
Thanks for your feedback!
Awesome!
Completion rate improved to 1.72single