Coding
SQL Query Optimizer
Optimize complex SQL queries for better performance.
Optimization Strategy
This prompt helps you analyze and improve SQL queries by:
- Identifying potential bottlenecks (e.g., missing indexes, full table scans).
- Suggesting alternative query structures.
- Explaining why the changes improve performance.
Use Cases
- Legacy code refactoring.
- Debugging slow reports.
- Learning advanced SQL techniques.