Files
School/Anul 2/Semestrul 2/DBMS/Lab 3 Gwent/PhantomReads1.sql
T
2024-08-31 12:07:21 +03:00

9 lines
194 B
SQL

begin tran
select * from Cards where name like 'CardTest%'
waitfor delay '00:00:03'
select * from Cards where name like 'CardTest%'
commit tran
set transaction isolation level repeatable read