20 - What are Estimated Actual Execution Plans along with Statistics
21 - Download and Restore AdventureWorks Database
22 - Table Scan Operator
23 - Index Scan Operator
24 - Index Seek Operator
25 - Key Lookup RowID Lookup Nested Loop Operators
26 - Index supports Wild Card
27 - Sort in Execution Plan
28 - Merge Join Operator
29 - Hash JoinMerge Join Nested Loop Operators
30 - Compute Scalar Operator
31 - Stream and Hash Aggregate Operators
32 - Subtree Cost of Stream and Hash Aggregate
33 - Semi Joins Anti Semi Joins in Execution Plan
34 - Merge using Left Anti Semi Join in Execution Plan
35 - Execution Plan of Insert Operation
36 - Passthrough property in Nested Loop
37 - Execution Plan of Delete Operation
38 - Parallelism in Execution Plan
39 - Distribute Stream Gather Stream Repartition Stream
40 - Segment Operator Sequence Project Operators in Execution Plan
41 - Lazy Spool in Execution Plan
42 - Eager Spool and Halloween Problem Practical