Challenge: Find all Book Titles
From the Books Table, you want to create a quick list that only shows the titles of the books β no authors, publication dates, or genres β just the titles, so people can quickly browse what's available.
Swipe to start coding
Use a SELECT statement to retrieve only the Title column from the Books table, displaying a list of all book titles.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.72
Challenge: Find all Book Titles
Swipe to show menu
From the Books Table, you want to create a quick list that only shows the titles of the books β no authors, publication dates, or genres β just the titles, so people can quickly browse what's available.
Swipe to start coding
Use a SELECT statement to retrieve only the Title column from the Books table, displaying a list of all book titles.
Solution
Thanks for your feedback!
single