Nuacht

Rollback :- IF put the wrong detail and you want to revert the pervious data from the table the you use the Rollback command. Commit :- When run the Rollback command after the rollback all the ...
The above examples demonstrate how to handle transactions in SQL using various commands like `START TRANSACTION`, `COMMIT`, and `ROLLBACK`, as well as how to use savepoints for more granular control ...