1.

State true or false: Join is an inherently blocking operation(a) True(b) FalseThis question was posed to me in semester exam.I need to ask this question from Evaluation of Expressions in portion Query Processing and Optimization of RDBMS

Answer»

Correct answer is (b) False

The explanation: JOIN is not an INHERENTLY blocking algorithm. This is because all the tuples NEED not be EXAMINED to execute the join operation.



Discussion

No Comment Found

Related InterviewSolutions