InterviewSolution
Saved Bookmarks
| 1. |
Amit works as a database administrator in a Multinational bank. He wants to undo the changes made in the current transaction. Suggest him a suitable MySQL command for the same. |
|
Answer» MySQL command : ROLLBACK; |
|