Previous |
Next |
This tutorial shows how to use the Delete Selected Row(s) tool to delete a row from the PERFORMANCE_PARTS
table (populated in "Tutorial: Adding Rows to Tables with the Insert Row Tool").
To delete row from PERFORMANCE_PARTS using Delete Selected Row(s) tool:
On the Connections tab, expand hr_conn.
Under the hr_conn
icon, a list of schema object types appears.
Expand Tables.
A list of tables appears.
Select PERFORMANCE_PARTS.
In the right frame, click the tab Data.
The Data pane appears, showing the rows of the PERFORMANCE_PARTS
table.
Click the row where NAME
is Results
Orientation
.
Click the icon Delete Selected Row(s).
Click the icon Commit Changes.
The row is deleted.
Under the Data pane is the Data Editor - Log pane.
Check the Data Editor Log pane for the message "Commit Successful".
Note: If you delete every row of a table, the empty table still exists. To delete a table, see "Dropping Tables".