Skip to content

Commit 593672f

Browse files
authored
Update update-delete-insert.sql
1 parent 2e94937 commit 593672f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql-queries-11/lock-single-row-mysql/update-delete-insert.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ SET code='MATH'
44
WHERE id=5;
55
COMMIT;
66

7-
START TRANSACTION;
87
INSERT
98
INTO DEPARTMENT(id,name,code)
109
VALUES(6,"Mathematics","MA");
11-
COMMIT;
1210

1311
START TRANSACTION;
1412
DELETE

0 commit comments

Comments
 (0)