Q. What does the ROLLBACK Statement do?
β
Correct Answer: (C)
By running this SQL statement, the transaction will be undone and the operations not yet saved to the SQL database will be undone.
Explanation: By running ROLLBACK SQL statement, the transaction will be undone and the operations not yet saved to the SQL database will be undone.