Updating and Deleting Records

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

We'll cover the following...

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!

Access this course and 1400+ top-rated courses and projects.