From 10d3793dd58f5c85e9a1be331afc3a08922c0f38 Mon Sep 17 00:00:00 2001 From: thing1 Date: Thu, 1 May 2025 12:07:41 +0000 Subject: woowwwwwwwwwwwwwwwwww --- comp/work/56/starter | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 comp/work/56/starter (limited to 'comp/work/56/starter') 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 + +--------------------------- -- cgit v1.2.3