McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
DataBase Management System (DBMS)
→
The ____ statement is used to end a succ...
Q.
The ____ statement is used to end a successful transaction.
A.
COMMIT
B.
DONE
C.
END
D.
QUIT
Answer» A. COMMIT
1.4k
0
Do you find this helpful?
22
View all MCQs in
DataBase Management System (DBMS)
Discussion
No comments yet
Login to comment
Related MCQs
When the transaction finishes the final statement the transaction enters into
means that the data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
____ means that the data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
The command such tables are available only within the transaction executing the query and are dropped when the transaction finishes.
If an transaction is performed in a database and committed, the changes are taken to the previous state of transaction by
A system is in a state if there exists a set of transactions such that every transaction in the set is waiting for another transaction in the set.
The requires that each transaction Ti executes in two or three different phases in its lifetime, depending on whether it is a read-only or an update transaction.
A lock that prevents the use of any tables in the database from one transaction while another transaction is being processed is called a
If several concurrent transactions are executed over the same data set and the second transaction updates the database before the first transaction is finished, the ____ property is violated and the database is no longer consistent.