InterviewSolution
Saved Bookmarks
| 1. |
What Is Rollback? |
|
Answer» ROLLBACK is a way to terminate a TRANSACTION with all DATABASE changes not SAVING to the database server. Rollback is a way to terminate a transaction with all database changes not saving to the database server. |
|