Fix Mistakes
Modify and delete records safely.
We'll cover the following
Time to clean up your table! In this lesson, you’ll learn how to update existing rows and delete them when needed.
Goal
You’ll aim to:
Modify data using
UPDATE
.Remove rows using
DELETE
.
The books
table
This table contains basic book information, including the title, author, and number of pages for each book.
Get hands-on with 1400+ tech skills courses.