Challenge: Find all Genres
As a librarian, you aim to organize the books by their genres. The first step in this process is to compile a list of all the distinct genres available in the library's collection.
Task
Swipe to start coding
Write an SQL query to retrieve all unique genres from the Books
table.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 10