DELETE statement in SQL allows you to delete a record from a table.

DELETE from table_name  
WHERE condition;