Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following commands is used to retrieve the changes?
39. Which of the following commands is used to retrieve the changes?
- COMMIT
- ROLLBACK
- SAVEPOINT
- Set Transport
Answer: B) ROLLBACK
Explanation:
The ROLLBACK command is used to retrieve the changes in the transaction.