DELETE
Short Description
The SQL statement is performing a DELETE of existing data within the database
Detailed Description​
One of the four SQL language Data Manipulation Language (DML) statements - SELECT
, INSERT
, UPDATE
and DELETE
.
Further Reading​
- Oracle Magazine - How to read an execution plan
- Oracle Tuning Guide - Explaining and Displaying Execution Plans
- Oracle Tuning Guide - Comparing Execution Plans Tutorial
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.