Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Defining Ranges | Filtering Data
Introduction to SQL
course content

Kursinnhold

Introduction to SQL

Introduction to SQL

1. Getting Started
3. Sorting Data
4. Populating a Database
5. Updating & Deleting Data

book
Challenge: Defining Ranges

In the Book Sale, there is a section for medium-priced books. It is supposed to contain books that cost more than $15 and less than $20. Your task is to make a list of all such books so they can be transferred to that section.

Oppgave

Swipe to start coding

Write an SQL query which fetches the titles, authors and publication dates of all the books that fall in the price range of 15 to 20 dollars (inclusive of 15 and 20).

Note

Use the book_store table.

The book_store table includes these columns: id, title, author, genre, publication_year, and price.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 10
toggle bottom row

book
Challenge: Defining Ranges

In the Book Sale, there is a section for medium-priced books. It is supposed to contain books that cost more than $15 and less than $20. Your task is to make a list of all such books so they can be transferred to that section.

Oppgave

Swipe to start coding

Write an SQL query which fetches the titles, authors and publication dates of all the books that fall in the price range of 15 to 20 dollars (inclusive of 15 and 20).

Note

Use the book_store table.

The book_store table includes these columns: id, title, author, genre, publication_year, and price.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 10
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Vi beklager at noe gikk galt. Hva skjedde?
some-alt