You can also delete rows from a database table in Interactive SQL. You
must have DELETE privilege on the table to delete rows.
- Select the row(s) you want to delete using
one of these methods:
- Press and hold the Shift
key while clicking the row(s).
- Press and hold the Shift key while using the Up
or Down Arrow.
- Press Delete.
- Execute a COMMIT to make the change permanent.