Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 class forname?

1013


What are the considerations for deciding on transaction boundaries?

1061


What are the common tasks of JDBC?

1044


How we store procedure in oralce for callable statements in jdbc

2387


Can resultset be null in java?

984


What is data source in java?

1014


How many ways can you update a result set?

1063


How do you insert images into database using jdbc?

1138


Is jdbc faster than hibernate?

1048


What are the higher level apis under development on top of jdbc currently?

1012


What is the meaning of batch updates?

1143


Describe odbc?

1020


Is jdbc secure?

1030


Does jdbctemplate use prepared statements?

959


Which Java and java.sql data types map to my specific database types?

1121