1.

Read only operations omit the _______ phase(a) Read phase(b) Validation phase(c) Write phase(d) None of the mentionedI got this question at a job interview.This question is from Validation Based Protocols in chapter Concurrency Control of RDBMS

Answer»

The correct choice is (c) Write phase

The best explanation: READ only operations do not ALLOW write OPERATION to be performed on them. So, they omit the write phase but EXECUTE the read and VALIDATION phases.



Discussion

No Comment Found

Related InterviewSolutions