explain_query
Retrieve the execution plan for a SQL query to analyze performance and optimize database operations.
Instructions
Get the execution plan for a SQL query
Args:
query (string): The SQL query to explain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |