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
Similar Questions from HTET Exam - Level 3 - Year 2020
Question 1
Easy
Source :
HTET 2020
Which of the following terms is used to represent "a set of rules" in computer networks?
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 2
Easy
Source :
HTET 2020
Socket address is:
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 3
Easy
Source :
HTET 2020
Which database normal form is considered satisfactory for relational database design?
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2020
From which of the following is HTML derived ?
Chapter :
Web Designing using HTML
Topic :
HTML Basics