engineering computer science MCQ #684

What is the result of a deadlock in a database?

engineering computer science MCQ #684

  1. Question 1

    Q1. What is the result of a deadlock in a database?

    • A) Data loss
    • B) Transaction rollback
    • C) System crash
    • D) Indefinite waiting

    Answer: Indefinite waiting

    Explanation: A deadlock results in indefinite waiting, as transactions wait for each other to release resources.