Answer Posted / g.arun
Dirty read - Changes made during a Transaction is 'visible'
to other parties
Non Repeatable Read -
if Transcation T1 reads a row and Transcation T2 changes
the same row,when T1 rereads and sees the changes made by
T2.Then this is Non - Repeatable Read
Phantom Read - If Transcation T1 retrieves a bunch of
rows.Transcation T2 inserts a row,T1 rereads the query and
if T1 see the additional row,it is a ghost row to T1 then
this is called as Phantom Read
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is a concrete classes? Is Java object class is concrete class?
Why java is platform independent? Explain.
What about static nested classes in java?
How do you do math powers in java?
What is difference between synchronize and concurrent collection in java?
What is the purpose of a transient variable?
What does isempty () do in java?
Is java developer a good career?
Can singleton class be cloned?
What are the main concepts of oops in java?
How do you sort in java?
What is formatted output in java?
What is function declaration?
Write a program based on Java script program.
What is the difference between state-based unit testing and interaction-based unit testing?