Previous Topic: DescriptionNext Topic: Example 2


Example 1

Delete the row from table DEPTTBL where the value of DEPTNO equals D1.

      DELETE FROM DEPTTBL
      WHERE DEPTNO = 'D1'