The SQL compiler can capture information about the access plan and environment of static or dynamic SQL statements. The captured information helps you understand how individual SQL statements are executed so that you can tune the statements and your database manager configuration to improve performance.
You collect and use explain data for the following reasons:
- To understand how the database manager accesses tables and indexes to satisfy your query
- To evaluate your performance-tuning actions
In Front Any SQL Query just Give EXPLAIN key word . That shows the following things .That Based On how many Table using