Updating and Deleting Records

We'll learn how to update and delete records in SQLite using Python

Being able to update your database records is key to keeping your data accurate. If you can’t update, then your data will become out of date and pretty useless very quickly. Sometimes you will need to delete rows from your data too. We’ll be covering both of those topics in this section. First, let’s do an update!

Get hands-on with 1200+ tech skills courses.