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 |
When should the method invokelater() be used?
What is the size of a string in java?
What language is java written?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
What is difference in between java class and bean?
Explain how can you debug the Java code?
Write a program to find the whether a number is an Armstrong number or not?
What is a buffer in computer?
Do I need java on my computer?
What is unsigned char?
Can we override private method in java?
What is lastindexof in java?