Came across this handy cheat sheet for MySQL EXPLAIN:
http://www.beberlei.de/mysql_explain.html
EXPLAIN is a clause in MySQL that explains how a SELECT statement will be executed, and allows one to determine whether the indexing scheme is effective or not.
MySQL EXPLAIN Cheat Sheet,Filed under:
MySQL