explain_query
Analyze MySQL query execution plans to identify performance bottlenecks and optimize slow queries using the EXPLAIN command.
Instructions
Run EXPLAIN on a SQL query to analyze its execution plan and performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query to explain. |