explain_query_plan
Analyze how a database executes a SQL query by viewing its execution path and plan from the EXPLAIN output.
Instructions
Run EXPLAIN on a SQL query to inspect the database execution path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query string to analyze. |