Question
Easy

In DBMS when a transaction completes its execution it is said to be:

1
Saved
2
Loaded
3
Rolled
4
Committed
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation

The correct option is (4): When a transaction successfully completes all its operations and the changes are finalized, it is technically said to be Committed. This is the final and crucial stage of a transaction life cycle, often corresponding to the execution of the COMMIT command in SQL. Commitment guarantees that the changes made by the transaction are permanent and durable, meaning they will not be lost even if the…Read More