📄️ Simple transaction
This example inserts two rows in a transaction. If an exception is thrown inside
📄️ Controlled transaction
A controlled transaction allows you to commit and rollback manually, execute
📄️ Controlled transaction /w savepoints
A controlled transaction allows you to commit and rollback manually, execute