Use this dialog box to select a table from the current database to include in the current DELETE statement.
Table |
Lists the tables in the current database. When you select a table, its columns appear in the Columns list box. You can only select columns from a single table.
|
Columns |
Lists the columns contained in the selected table.
|
OK |
Adds the selected table to the DELETE statement in the SQL Editor window. For a positioned DELETE, displays the WHERE CURRENT OF Clause dialog box.
|
Cancel |
Closes the dialog box without performing any action.
|
Help |
Displays help for the dialog box.
|
Display this dialog box by creating a DELETE statement and then selecting SQL Statement>Tables or the Tables button.