1.

The database system must take special actions to ensure that transactions operate properly without interference from concurrently executing database statements. This property is referred to as(a) Atomicity(b) Durability(c) Isolation(d) All of the mentionedThis question was addressed to me in an interview for internship.Query is from Transaction Concept topic in chapter Transactions of Database Management

Answer»

Correct option is (c) Isolation

Best explanation: Even THOUGH multiple TRANSACTIONS may EXECUTE CONCURRENTLY, the system guarantees that, for every pair of transactions Ti and Tj, it appears to Ti that either Tj finished execution before Ti STARTED or Tj started execution after Ti finished.



Discussion

No Comment Found

Related InterviewSolutions