Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Fetching Older Books | Filtering Data
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Introduction to SQL
Sectionย 2. Chapterย 3
single

single

bookChallenge: Fetching Older Books

Swipe to show menu

As a librarian, a patron approaches you with an interest in older literature and requests book recommendations published in the year 1990.

Task

Swipe to start coding

Write a query which fetches the titles and authors of all the books that were published in the year 1990

The books table includes the columns: id, title, author, genre, publication_year, and price.

Note

In SQL, the numbers are not enclosed in quotes, unlike strings which are always enclosed in single quotes (').

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ย 2. Chapterย 3
single

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt