Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
daily | section
daily sql
course content

Course Content

daily sql

daily sql

book
daily

Task
test

Swipe to show code editor

Write a SELECT statement to retrieve the title of each book and the corresponding author's name. Query the books and authors tables, returning title from books and name from authors.

Example tables:

books

book_idtitleauthor_id
1Harry Potter and the Philosopher's Stone1
2A Game of Thrones2
3The Hobbit3

authors

author_idname
1J.K. Rowling
2George R.R. Martin
3J.R.R. Tolkien

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 1
toggle bottom row

book
daily

Task
test

Swipe to show code editor

Write a SELECT statement to retrieve the title of each book and the corresponding author's name. Query the books and authors tables, returning title from books and name from authors.

Example tables:

books

book_idtitleauthor_id
1Harry Potter and the Philosopher's Stone1
2A Game of Thrones2
3The Hobbit3

authors

author_idname
1J.K. Rowling
2George R.R. Martin
3J.R.R. Tolkien

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 1
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt