explain_sql_query
Preview a database's execution plan for a read-only SELECT statement to check query performance before running it.
Instructions
Return the database's execution plan for a read-only SELECT statement, so query performance can be checked before running it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_uri | No | A short connection name (e.g. "prod"), a full connection string for local testing, or empty ("") for the default database. | |
| sql_query | No | A single SELECT statement to analyze. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||