sql_explain
Explains any SQL query in plain English, breaking down tables, columns, and conditions, with optimization tips for clearer understanding.
Instructions
Take a SQL query and explain what it does in plain English, step by step. Identifies tables, columns, conditions, and provides optimization tips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query to explain |