filmov
tv
Calculate query performance with Explain Plan in Oracle PLSQL.

Показать описание
Explain plan is a wonderful utility in Oracle PL SQL. It helps you to understand how much cost a query takes to perform based on indexed table or table without index. In this oracle tutorial a full description is given on a table containing huge number of rows first based on index on a column and then without index.