get-execution-plan
get-execution-planRetrieve the execution plan for a SQL query to see how Firebird will execute it, enabling performance analysis and optimization.
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 |