Read Uncommitted

  • a transaction can read uncommitted data by another transaction.
  • this is the weakest level of isolation.
table without id file.inlinks as Backlinks
where file.name = this.file.name

References.

Categories:: isolation, database