InterviewSolution
Saved Bookmarks
| 1. |
The _______ statement makes the updates performed by the transaction permanent.(a) Finalize work(b) Finish work(c) Commit work(d) None of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.I want to ask this question from Views and Transactions in division Intermediate and Advanced Sql of RDBMS |
|
Answer» RIGHT option is (c) COMMIT work The BEST explanation: The Commit work statement MAKES the updates performed by the transaction permanent. After a transaction is committed, a new transaction is automatically STARTED. |
|