InterviewSolution
Saved Bookmarks
| 1. |
The Oracle RDBMS uses the ____ statement to declare a new transaction start and its properties.(a) BEGIN(b) SET TRANSACTION(c) BEGIN TRANSACTION(d) COMMITThe question was asked during a job interview.I want to ask this question from Transaction Concept topic in division Transactions of Database Management |
|
Answer» CORRECT option is (b) SET TRANSACTION Best explanation: Commit is USED to store all the transactions. |
|