Nested loop join icon

Nested Loop Join

The Nested Loop Join icon indicates that queried tables were joined together using a nested loop join implementation. Values from the primary table were joined to the secondary table by using one of the probe data access methods whose key columns matched the specified join columns.

Also referred to as: Nested Loops Join; Loops Join

See Tips for nested loop join for more details.