InterviewSolution
Saved Bookmarks
| 1. |
What Does Rollback Do ? |
|
Answer» ROLLBACK retracts any of the CHANGES resulting from the SQL STATEMENTS in the TRANSACTION. ROLLBACK retracts any of the changes resulting from the SQL statements in the transaction. |
|