get-execution-plan
get-execution-planRetrieve the execution plan for a SQL query to see how the database will execute it, helping optimize performance and identify bottlenecks.
Instructions
Gets the execution plan for a SQL query to understand how the database will execute it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze | |
| params | No | Parameters for parameterized queries |