In SQLite, we use the UPDATE query to modify the existing records in an SQLite table. The user has to use the WHERE clause for specific row modification otherwise all rows will be updated to the same.

BY Best Interview Question ON 09 Feb 2019