SQL Query Explainer
InicialdataContexto mínimo: 8K
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.
Casos de uso
- 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
Prompt de ejemplo
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] ```
Modelos recomendados
Herramientas compatibles
claude-codecursorkiroany
Modalidades
Entrada: text, code
→Salida: text
Skills relacionadas
Autor
OpenModels Community