Concept Flow - Correlated subquery execution model
Start Outer Query Row
Evaluate Correlated Subquery
Use Outer Row Value in Subquery
Subquery Returns Result
Combine Subquery Result with Outer Row
Move to Next Outer Query Row
Repeat
End when no more outer rows
For each row in the outer query, the correlated subquery runs using values from that row, then returns a result combined with the outer row.