get-execution-plan
Analyze SQL queries to retrieve their execution plan, providing insights into how the Firebird database processes and optimizes the query structure.
Instructions
Gets the execution plan for a SQL query to understand how the database will execute it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | Parameters for parameterized queries | |
sql | Yes | SQL query to analyze |