Home »
MCQs »
DBMS MCQs »
DBMS Nested-Loop Join Algorithm MCQs
An algorithm known as the ___ is used to perform the nested loop join, e.g. θ on two relations r and s
2. An algorithm known as the ___ is used to perform the nested loop join, e.g. θ on two relations r and s.
- Loop Join Algorithm
- Nested Loop Join Algorithm
- Join Algorithm
- None of the above
Answer: B) Nested Loop Join Algorithm
Explanation:
An algorithm known as the Nested loop join algorithm is used to perform the nested loop join, e.g. θ on two relations r and s.