About
Execution is the last step of sql processing.
The SQL engine executes each row source in the tree produced by:
- the row source generator (within an hard parse)
- or a soft parse.
This step is the only mandatory step in DML processing.
Execution is the last step of sql processing.
The SQL engine executes each row source in the tree produced by:
This step is the only mandatory step in DML processing.