1.

When a transaction Ti attempts to update a data item, it requests a _________ on that data item.(a) Read lock(b) Update lock(c) Write lock(d) Chain lockI had been asked this question during an online interview.The query is from Snapshot Isolation topic in chapter Concurrency Control of Database Management

Answer»

Correct CHOICE is (c) WRITE lock

Easiest EXPLANATION - Reads are unaffected by this, SINCE they do not obtain locks.



Discussion

No Comment Found

Related InterviewSolutions