#1107

The default isolation level

Write a transaction at the DEFAULT isolation level that reads the balance of account id = 1 in accounts twice. If another operation increases the balance by 500 and commits between your reads, the second read must show the new value. Shape: begin (without naming a level), read, read again, finish.

Je queryresultaat verschijnt hier