engineering computer science MCQ #808

What is the purpose of the COMMIT statement?

engineering computer science MCQ #808

  1. Question 1

    Q1. What is the purpose of the COMMIT statement?

    • A) To rollback a transaction
    • B) To save changes made by a transaction
    • C) To start a new transaction
    • D) To cancel a transaction

    Answer: To save changes made by a transaction

    Explanation: COMMIT statement saves the changes made by a transaction, making them permanent and visible to other users.