This example deletes all rows with a department number of 500 from the employee table:
DELETE FROM employee WHERE deptno=500;
This example deletes all rows with a department number of 500 from the employee table:
DELETE FROM employee WHERE deptno=500;