In an isolated database, the read transaction cannot know
about the write that is occurring "next to" it until the transaction of the write
operation is complete and fully committed. As long as the write operation is
not committed, the read operation will have to work with the "old" data.