wht is mean by dirty read?
Answer / 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 |
Can we declare a constructor as final?
What will happen if a thrown exception is not handled?
0 Answers ABB, Akamai Technologies, Infogain,
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What are methods of a class?
What are the rules for variable declaration?
What are concepts of OOPS and how are they implemented in Java?
what is synchronization and why is it important? : Java thread
How many bits is a string in java?
How do you break a loop?
What is the difference between integer parseint and integer valueof?
Why string is a class?
Write a program to print the pattern given below