Answer Posted / idayathullah
Dirty read is the process of reading database records
without locking the records being read. This means that an
uncommitted change can be read and then rolled back by
another client, resulting in a local copy of a record that
is not consistent with what is stored in the database.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is .net and .net framework?
Is .net core managed code?
Please explain what is heap and what is stack?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What are the new thee features of com+ services, which are not there in com (mts)?
Explain cas (code access security)?
What are the improvements made in cas in .net 4.0?
What is the difference between odbc and ado?
What is Finalizer in .NET define Dispose and Finalize ?
Explain me why do we use msmq?
Tell us the difference between managed and unmanaged code?
Do I have any control over the garbage collection algorithm?
What is managed code and managed data in .net?
How to get the number after decimal point in .net?
what will do to avoid prior case?