SQL DELETE Statement: The delete statement is used to delete existing records in a table. Delete Statement: DELETE FROM table_name where condition; The WHERE clause specifies which record(s) should be deleted.