InterviewSolution
Saved Bookmarks
| 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 |
|