[Figure: Example of deleting data using a cursor]
Data can also be deleted using an UPDATE statement without using a cursor. For more information on this method,
see 3.3 "Deleting Data from a Data Base".
This method of deleting data using a DELETE statement is called DELETE statement (positioned) because the row to
be deleted is specified by positioning the cursor.
56