Course Content
Introduction to SQL
Introduction to SQL
Challenge: First Day as a Librarian
Welcome to Your First Day as a Librarian!
It's your first day as a librarian, and you're eager to get familiar with the entire library catalog. To get a complete overview of the collection, you want to see every detail available for each book in the library's database, including the title, author, publication year, and genre. This full view will help you understand what kinds of books are available at a glance.
Swipe to show code editor
Write a SQL query to retrieve all columns from the Books
table so you can get a complete overview of each book in the library.
Once you've completed this task, click the button below the code to check your solution.
Solution
Thanks for your feedback!
Challenge: First Day as a Librarian
Welcome to Your First Day as a Librarian!
It's your first day as a librarian, and you're eager to get familiar with the entire library catalog. To get a complete overview of the collection, you want to see every detail available for each book in the library's database, including the title, author, publication year, and genre. This full view will help you understand what kinds of books are available at a glance.
Swipe to show code editor
Write a SQL query to retrieve all columns from the Books
table so you can get a complete overview of each book in the library.
Once you've completed this task, click the button below the code to check your solution.
Solution
Thanks for your feedback!