Isolation is a Database transaction or concurrency concept used to keep data consistent while multiple operations or users interact with stored information.
Database professionals use this concept when designing reliable updates, preventing inconsistent data, and handling competing access.
Related concepts include Deadlock.