The DELETE can be used in SQLite to delete the existing records from a table. We should use the WHERE clause to modify a specific row otherwise all rows will be removed.

BY Best Interview Question ON 09 Feb 2019

Example

DELETE FROM table_name