Which isolation level provides highest data integrity?
Repeatable Read provides highest data integrity as it holds page and lock the rows until a COMMIT point. In the context of DB2 or any relational database management system (RDBMS), the highest isolation level that provides the highest data integrity is typically considered to be “Serializable.” Isolation levels define the visibility of changes made by … Read more