InterviewSolution
Saved Bookmarks
| 1. |
The _______ statement causes the statements to undo all the updates performed on the transaction(a) Undo work(b) Rollback work(c) Commit work(d) Replace workI had been asked this question in my homework.The origin of the question is Views and Transactions topic in chapter Intermediate and Advanced Sql of RDBMS |
|
Answer» Correct choice is (b) ROLLBACK work |
|