engineering computer science MCQ #646

What is the term for a database transaction that is partially executed?

engineering computer science MCQ #646

  1. Question 1

    Q1. What is the term for a database transaction that is partially executed?

    • A) Committed
    • B) Aborted
    • C) Rolled back
    • D) Partially committed

    Answer: Partially committed

    Explanation: Partially committed transaction is one that has executed some but not all of its operations, and is waiting for a commit or rollback.