Difficulty: Intermediate
What is an Execution Plan?
A report generated by the database engine showing how it intends to execute a query (order of joins, indexes used, etc.). Use `EXPLAIN ANALYZE` in SQL to see it.
Explain, Query Tuning
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.