What is EXPLAIN?
2354
28-Mar-2011
satish yedida
27-Dec-2012Addition to Varun: Explain utility using several tables for storing accesspath information. The main tables are :
1. Plan table : It stores the access path information.
2. Dsn statement table : It stores cost estimation information.
3. Dsn function table : It stores user defined function if explain using such functions.
Varun Agrawal
28-Mar-2011