Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Correct Book's Data | Updating & Deleting Data
Introduction to SQL
course content

Contenuti del Corso

Introduction to SQL

Introduction to SQL

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

book
Challenge: Correct Book's Data

The library staff discovered an error in the database for the books table. A recently added book has incorrect information, and you need to update it.

Specifically:

The book with book_id = 5 currently has the title 'The Greatest Gatsby'. However, the title was entered incorrectly, and it should be updated to 'The Great Gatsby'.

Additionally, this book's is_available status is incorrect and should be set to FALSE because it has been lent out.

Compito

Swipe to start coding

Your task is to write an UPDATE statement to correct this information in the books table.

The syntax of the UPDATE statement is:

sql

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 5. Capitolo 2
toggle bottom row

book
Challenge: Correct Book's Data

The library staff discovered an error in the database for the books table. A recently added book has incorrect information, and you need to update it.

Specifically:

The book with book_id = 5 currently has the title 'The Greatest Gatsby'. However, the title was entered incorrectly, and it should be updated to 'The Great Gatsby'.

Additionally, this book's is_available status is incorrect and should be set to FALSE because it has been lent out.

Compito

Swipe to start coding

Your task is to write an UPDATE statement to correct this information in the books table.

The syntax of the UPDATE statement is:

sql

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 5. Capitolo 2
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt