explain_query
Analyze a read-only SQL query's execution plan to understand how the database will execute it, helping identify performance issues.
Instructions
Return the database query plan for a read-only SQL query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||