The DELETE statement is used to delete existing records in a table.
DELETE Syntax
DELETE FROM table_name WHERE condition;
DELETE FROM table_name WHERE condition;
Practice Excercise Practice now
The DELETE statement is used to delete existing records in a table.
Practice Excercise Practice now