哪四种?数据库事务的隔离级别有4种,由低到高分别为: Read uncommitted 读未提交Read committed 读提交Repeatable read 重复读(从事务操作的角度阐述表示这个事务需要多次读取)Serializable 序列化,串行化顺序执行,相当于锁表