Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Find all Book Titles | Getting Started
Introduction to SQL

Swipe to show menu

book
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.

Task

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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 7
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

Awesome!

Completion rate improved to 1.72

book
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.

Task

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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

close

Awesome!

Completion rate improved to 1.72

Swipe to show menu

some-alt