Updating and filtering rows in an SQLite table

  • 89 views

In this tutorial, I update the data in our table using the UPDATE ... SET command (a data manipulation language command) to fix a mistake. Filters (WHERE) for rows are also introduced.