Fix Mistakes
Modify and delete records safely.
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 ...