Insert Update Delete Oracle PLSQL Tutorial

The DELETE command provides the means to remove or delete a row from a table.
The Syntax for the DELETE Command

DELETE from table_name
WHERE statement