Conteúdo do Curso
Introduction to SQL
Introduction to SQL
Challenge: Excluding A Range
As a librarian, you received a request to make a list of all the books that were published either before 1990 or after 2015.
Swipe to show code editor
Write a query to fetch the titles and publication dates of all the books that match the conditions.
The books
table includes these columns: id
, title
, author
, genre
and publication_year
.
Solução
Obrigado pelo seu feedback!
Challenge: Excluding A Range
As a librarian, you received a request to make a list of all the books that were published either before 1990 or after 2015.
Swipe to show code editor
Write a query to fetch the titles and publication dates of all the books that match the conditions.
The books
table includes these columns: id
, title
, author
, genre
and publication_year
.
Solução
Obrigado pelo seu feedback!