SQL Query Explainer

beginnerdataMin 8K context

Explains what a SQL query does in plain language and how it executes. Breaks down joins, subqueries, CTEs, and window functions step by step, describes the result set, reads EXPLAIN/EXPLAIN ANALYZE output to identify slow scans and missing indexes, and flags correctness pitfalls. Helps developers understand, review, and trust unfamiliar SQL.

Use Cases

  • Explaining a complex query with CTEs and window functions
  • Walking through an unfamiliar query during code review
  • Interpreting EXPLAIN ANALYZE output to find bottlenecks
  • Flagging subtle correctness issues like fan-out joins

Example Prompt

Explain this SQL query and how it runs.

1. Describe in plain language what it returns, step by step
2. Explain each join, CTE, and window function
3. Point out any correctness risks (duplicate rows from joins, NULL handling)
4. If I paste EXPLAIN ANALYZE output, identify the slowest steps and suggest indexes

Query:
```sql
[paste query here]
```

Recommended Models

Compatible Tools

claude-codecursorkiroany

Modalities

Input: text, code
Output: text

Related Skills

Author

OpenModels Community

@openmodelsrun