Computer Science, asked by ajayverma9814121841, 8 months ago

which loop closes first in nested loop

Answers

Answered by Nithyasri28
0

In both cases, the outer loop was started first. The temporary assignment of X to a number happens long before the inner loop is executed.

Answered by Anonymous
0

Explanation:

 nested loop join is a naive algorithm that joins two sets by using two nested loops. Join operations are important for database management

Similar questions