The syntax for DELETE in BNF is as follows:

Syntax

delete statement ::=
DELETE FROM [owner_name.]{table_name| view_name}[ WHERE search_condition] ;

For more information, see DELETE.