Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Dirty Read ?

Add comment
Views: 69
Votes: 0
Comments: 0
A dirty read occurs when two operations say, read and write occurs together giving the incorrect or unedited data. Suppose, A has changed a row, but has not committed the changes. B reads the uncommitted data but his view of the data may be wrong so that is Dirty Read.
Others in this Category
document Q: Emp table had an employee with salary 2000. I issued an update statement to set the salary to 3000. Then I issued a create table statement. However the create table command errored out. I want to rollback the earlier update statement. Can I do that?
document Q: What is CYCLE/NO CYCLE in a Sequence ?
document What is sub-query? Explain properties of sub-query?
document What is Filtered Index?
document What are the different index configurations a table can have?
document What are the properties and different Types of Sub-Queries?
document What is Filestream?
document Q: What is ON DELETE CASCADE ?
document What are the difference between clustered and a non-clustered index?
document What is CLR?
» More articles



RSS