I executed multiple queries SQL statement in between START TRANSACTION and COMMIT.
If anything goes wrong, the process terminated in between without executing COMMIT and nothing will happen to the database. So far, everything seems fine without executing ROLLBACK.
My doubt is, is it necessary to run ROLLBACK if anything bad happens?