EXPLAIN Output Format in mysql
by satheeshkumar[ Edit ] 2012-09-20 08:41:26
EXPLAIN Output Format in mysql ,
When the EXTENDED keyword is used, EXPLAIN produces extra information that can be viewed by issuing a SHOW WARNINGS statement following the EXPLAIN statement.
->EXPLAIN Output Columns
->EXPLAIN Join Types
->EXPLAIN Extra Information
->EXPLAIN Output Interpretation