1.

Problems occurs if we don’t implement a proper locking strategy(a) Dirty reads(b) Phantom reads(c) Lost updates(d) Unrepeatable readsThe question was asked during an interview.My enquiry is from Transformation of Relational Expressions topic in portion Query Processing Techniques of Database Management

Answer»

Right choice is (b) Phantom READS

To explain: Phantom reads occur when an INSERT or delete action is PERFORMED against a row that belongs to a RANGE of rows being read by a transaction.



Discussion

No Comment Found

Related InterviewSolutions