Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following commands is used to save the changes in the transaction?
37. Which of the following commands is used to save the changes in the transaction?
- COMMIT
- ROLLBACK
- SAVEPOINT
- Set Transport
Answer: A) COMMIT
Explanation:
Commit command in the transaction is used to save the changes in the transaction.