logo

Question detail

Two clients read the same database record. Each client changes the record and then saves it. The second save overwrites the first change. What problem has occurred?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Client server databases

Exam-style question

Try this first

Two clients read the same database record. Each client changes the record and then saves it. The second save overwrites the first change. What problem has occurred?.

  1. A.A lost update
  2. B.A syntax error
  3. C.A failed timestamp
  4. D.A duplicated database

Model answer

What a good answer should say

  • A lost update

Explanation

Why this works

An update is lost when two clients edit the same record and one client's saved change is overwritten by the other client's later save.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.