Which variant of traditional nested-loop join is used when the entire table is scanned?
Options
- Naive nested-loop join
- Index nested-loop join
- Temporary index nested-loop join
- None of these
CORRECT ANSWER : Naive nested-loop join
Write your comments