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...


wht is mean by dirty read?



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

Post New Answer

More Core Java Interview Questions

What is sorting algorithm in java?

0 Answers  


What is the set interface in java programming?

0 Answers  


Why is java so popular?

0 Answers  


Why non nested classes in java are not having marked as protected access specifier

2 Answers   Google,


Explain wait(), notify() and notifyall() methods of object class ?

0 Answers  


What is a static method in java?

0 Answers  


What class allows you to read objects directly from a stream in java programming?

0 Answers  


Advantages of Inheritance in java.

11 Answers   CybAge, HCL,


Is string pool garbage collected?

0 Answers  


How many bytes are there?

0 Answers  


What is difference between ++ I and I ++ in java?

0 Answers  


What is meant by structural programming?

0 Answers  


Categories