Contenido del Curso
daily sql
daily sql
daily
Tarea
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_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 |
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 1
daily
Tarea
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_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 |
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 1
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones