Oracle 9i Tutorial : What is syntax of DELETE Statement Syntax

You can remove existing rows by using the DELETE statement.

Delete Statement Syntax below :

  DELETE [FROM]    table

  [WHERE    condition];

Leave a Reply