daily
Compito
Swipe to start coding
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_id | title | author_id |
|---|---|---|
| 1 | Harry Potter and the Philosopher's Stone | 1 |
| 2 | A Game of Thrones | 2 |
| 3 | The Hobbit | 3 |
authors
| author_id | name |
|---|---|
| 1 | J.K. Rowling |
| 2 | George R.R. Martin |
| 3 | J.R.R. Tolkien |
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 1
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Riassuma questo capitolo
Explain code
Explain why doesn't solve task
daily
Scorri per mostrare il menu
Compito
Swipe to start coding
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_id | title | author_id |
|---|---|---|
| 1 | Harry Potter and the Philosopher's Stone | 1 |
| 2 | A Game of Thrones | 2 |
| 3 | The Hobbit | 3 |
authors
| author_id | name |
|---|---|
| 1 | J.K. Rowling |
| 2 | George R.R. Martin |
| 3 | J.R.R. Tolkien |
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 1
single