engineering computer science MCQ #715

Which of the following is a benefit of using a database transaction?

engineering computer science MCQ #715

  1. Question 1

    Q1. Which of the following is a benefit of using a database transaction?

    • A) Improved performance
    • B) Data consistency
    • C) Data security
    • D) All of the above

    Answer: All of the above

    Explanation: Database transactions provide multiple benefits, including improved performance, data consistency, and data security, by ensuring that multiple operations are executed as a single, all-or-nothing unit.