Skip to content

Commit c6ef269

Browse files
committed
修改了图片资源链接
1 parent 266c09f commit c6ef269

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

res/20211121225327.png

70.3 KB
Loading

第46课.视图+函数+过程.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ drop procedure if exists sp_upgrade_salary;
329329

330330
ANSI/ISO SQL 92标准定义了4个等级的事务隔离级别,如下表所示。需要说明的是,事务隔离级别和数据访问的并发性是对立的,事务隔离级别越高并发性就越差。所以要根据具体的应用来确定到底使用哪种事务隔离级别,这个地方没有万能的原则。
331331

332-
<img src="http://localhost/mypic/20211121225327.png" style="zoom:50%;">
332+
<img src="res/20211121225327.png" style="zoom:50%;">
333333

334334
### 总结
335335

0 commit comments

Comments
 (0)