The database system must take special actions to ensure that transactions operate properly without interference from concurrently executing database statements. This property is referred to as
Answer: C
Even though multiple transactions may execute concurrently, the system guarantees that, for every pair of transactions Ti and Tj, it appears to Ti that either Tj finished execution before Ti started or Tj started execution after Ti finished.