Oracle_事务时间:2023-03-09 08:36:57 Oracle_事务 -事物管理 create table account( id number, money number ); --实现转账操作 update where; update where; --事务提交 commit; --事务回滚 rollback; select * from account;