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

4 lines
110 B
SQL

begin tran
update Cards set name = 'Test unrepetable reads' where hmy = 1
waitfor delay '00:00:05'
commit tran