Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following commands helps you to generate the collection of transactions with the help of the ROLLBACK command?
40. Which of the following commands helps you to generate the collection of transactions with the help of the ROLLBACK command?
- COMMIT
- ROLLBACK
- SAVEPOINT
- Set Transport
Answer: C) SAVEPOINT
Explanation:
Savepoint command helps you to generate the collection of transactions with the help of the ROLLBACK command.