From the course: Advanced SQL for Query Tuning and Performance Optimization

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Solution: Generating a query execution plan

Solution: Generating a query execution plan - SQL Tutorial

From the course: Advanced SQL for Query Tuning and Performance Optimization

Solution: Generating a query execution plan

(upbeat music) - [Instructor] The solution is relatively straightforward. We insert the term explain before the select statement that we want to analyze and that will produce the query plan that will map this declarative statement into a procedural plan.

Contents