A blockchain smart contract only read committed, cannot read-uncommitted. [1]
A blockchain is a shared append-only distributed database with full replication.
ACID: Atomicity, Consistency, Isolation, and Durability
A smart contract is like an interface to operate the blockchain[……]