1.
Which of the following is an operation that returns the database to some previous state?
2.
Which of the following is based on the ACID properties?
3.
Which of the following statements is used to insert, update, or delete bulk data?
4.
Which of the following actions will you take to make the changes permanent in a database?
5.
Which of the following is NOT a supported transaction control statement?
6.
Which of the following options is used to terminate a transaction and to save all changes made by the transaction to the database?
7.
Which of the following is the procedural code that is executed automatically in response to certain events on a particular table or view in the database?
8.
Which of the following is referred to as a logical unit of work where related DML statements are grouped together?
9.
Which of the following statements is used to terminate a transaction and to save all the changes made by the transaction to the database?
10.
Which of the following properties refers that other operations cannot access same data during its transaction?