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 are the methods used to implement for the key object in the hash map?
What is the old name of java?
What is a qualifier in a sentence?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is sorting in java?
What is advantage of java?
Why is flag used in java?
What is a boolean used for?
What are different types of control structures?
Does java have extension methods?
Difference between arraylist and hashset in java?
If we don’t want some of the fields not to serialize how to do that?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is thread safe java?
How do you empty a list in java?