What is the effect of a ROLLBACK statement in a database transaction?
Q1. What is the effect of a ROLLBACK statement in a database transaction?
Answer: It cancels the transaction
Explanation: ROLLBACK statement cancels the transaction, undoing changes made during the transaction. NET computer science MCQs often test this core concept.