summaryrefslogtreecommitdiff
path: root/comp/work/56/starter
diff options
context:
space:
mode:
Diffstat (limited to 'comp/work/56/starter')
-rw-r--r--comp/work/56/starter25
1 files changed, 25 insertions, 0 deletions
diff --git a/comp/work/56/starter b/comp/work/56/starter
new file mode 100644
index 0000000..7915931
--- /dev/null
+++ b/comp/work/56/starter
@@ -0,0 +1,25 @@
+---------------------------
+insert into Sales
+values (
+ 4072,
+ 48,
+ "29/9/2024"
+)
+
+2 marks
+---------------------------
+
+---------------------------
+update Product
+set quantity = quantity - 3
+where ProductID = 1
+---------------------------
+
+---------------------------
+SOMETHING
+---------------------------
+
+---------------------------
+slow
+
+---------------------------