Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Insert Update Delete
 

The DELETE Statements

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