Exam-style question
Try this first
Which method controls concurrent access by ensuring that database operations follow an agreed order based on timestamps?.
- A.Record locks
- B.Serialisation
- C.Timestamp ordering
- D.Client isolation
Model answer
What a good answer should say
- Timestamp ordering
Explanation
Why this works
Timestamp ordering uses timestamps to determine the order in which concurrent database operations are allowed to take effect.
Common mistake
No common mistake is linked to this question yet.
