SQL Query Explainer
BaşlangıçdataEn az 8K bağlam
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.
Kullanım alanları
- 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
Örnek 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] ```
Önerilen modeller
Uyumlu araçlar
claude-codecursorkiroany
Modaliteler
Giriş: text, code
→Çıkış: text
İlgili Skills
Yazar
OpenModels Community