We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4778b1e commit 32be909Copy full SHA for 32be909
sql-queries-11/lock-single-row-mysql/prereq-setup.sql
@@ -1,3 +1,4 @@
1
DESC DEPARTMENT;
2
3
-SELECT * FROM DEPARTMENT;
+SELECT *
4
+FROM DEPARTMENT;
0 commit comments