Transaction Isolation Levels
1. Dirty Read: when uncommitted data reads. Let’s say tran-1 updates a row within transaction but it’s not committed and another tran-2 reads the updated row after that tran-1 rollback but tran-2 already...
With MM Gehlot
1. Dirty Read: when uncommitted data reads. Let’s say tran-1 updates a row within transaction but it’s not committed and another tran-2 reads the updated row after that tran-1 rollback but tran-2 already...
Recent Comments