Transaction and Concurrency
1. A _________ consists of a sequence of query and/or update statements.
2. Which of the following makes the transaction permanent in the database?
3. In order to undo the work of transaction after last commit which one should be used?
4. What does Rollback do?
5. In case of any shut down during transaction before commit which of the following statement is done automatically?
6. In order to maintain the consistency during transactions, database provides
7. Transaction processing is associated with everything below except
8. A transaction completes its execution is said to be
9. Which of the following is used to get back all the transactions back after rollback?
10. ______ will undo all statements up to commit?