C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What are dirty reads in SQL
Chetana Barot
8y
2.2k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Dirty reads lets say you are trying to update a table with some where condition inside a transaction and transaction is not yet committed .In another window you are selecting that where condition record with nolock then it will show that records which are changed but not committed yet.Mean to say there is no guarantee of valid data. This is known as Dirty reads and can found in Isolation level of Read Uncommited stage
Manish Kumar
8y
0
What are magic tables in SQL and how can we use them?
Difference between table variable and temporary tables
Message