Course Content
Introduction to SQL
Introduction to SQL
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 show code editor
Write an SQL query for retrieving the Title
and Author
columns from the Books
table.
Solution
Thanks for your feedback!
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 show code editor
Write an SQL query for retrieving the Title
and Author
columns from the Books
table.
Solution
Thanks for your feedback!