Was this helpful?
Deleting Database Rows
The QUEL delete statement below deletes the row that matches the employee number specified at run time:
delete personnel
  where personnel.empno = empno;
Last modified date: 04/03/2024