Database Guide


Creating a DELETE statement

To create the example SQL DELETE statement

DELETE FROM EMPLOYEE
   WHERE STATUS = 'RETIRED'

do the following:

  1. On the SQL Statement - Settings window, do the following:
    1. In the Connection alias field, select the connection specification for the database that contains the EMPLOYEE table.
    2. In the Access set field, select the access set you want the DELETE statement to be created in.
    3. From the Query pull-down menu, select Create > DELETE.
  2. On the DELETE Details window, do the following:
    1. Specify the example DELETE statement.
    2. Select Apply.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]