Difference between Dirty, commited ,phantom,repeatable
reads?

Answer Posted / sknkarthik

dirty read allow a row changed by one transation to be read
by another transaction before any changes have been commited.
non repeatable read is whre one transaction chage a row
another transaction alter or delete the row then the 1st
transacton reread the row with the different value in the
second time.
phantom read is whre one transcation read the row that
satisfied the where condiotion the the 2nd transcation
insert the row with the where condiotion then the 1st
transaction reread the satisfied the where condition get the
phantom row in the second time

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jdbc driver?

456


What is the advantage of namedparameterjdbctemplate?

503


RowSetInternal caller and returns void. What can I do in the readData method?

544


What does the jdbc databasemetadata interface?

518


Discuss the procedure of retrieving warnings?

553






Under what circumstances, that all four drivers are used?

1898


What is jdbc and its types?

494


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

528


What is jdbc architecture in java?

468


Where is jdbc url mysql?

497


Is jdbctemplate thread safe?

479


How many types of jdbc drivers are available?

488


What is jdbc and explain jdbc architecture?

512


How can we disable a constraint ?

559


What is an encrypted internet connection?

497