Nuacht

Erfahren Sie, was COMMIT- und ROLLBACK-Anweisungen bewirken, wie sie sich auf Transaktionen beziehen und wie Sie sie effektiv verwenden, um Ihre Daten in SQL zu verwalten.
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 ...
Rollback :- IF put the wrong detail and you want to revert the pervious data from the table the you use the Rollback command. Rollback and Commit command works with the three command INSERT, UPDATE, ...