Explain a Query Execution Plan
Prepends EXPLAIN to any SELECT to show the query execution plan. Key columns: type (ALL = full scan), rows, Extra (Using index = good).
Variables
Command
3 views
2 copies
Related in this category
Log in to save
Free account — save snippets into your own collections.