Skip to content

Commit 05e7794

Browse files
authored
Create transaction-isolation-level-significance.sql
1 parent 0c8b985 commit 05e7794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
2+
START TRANSACTION;
3+
SELECT * FROM DEPARTMENT WHERE id=5;
4+
COMMIT;

0 commit comments

Comments
 (0)