diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-05-01 12:07:41 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-05-01 12:07:41 +0000 |
commit | 10d3793dd58f5c85e9a1be331afc3a08922c0f38 (patch) | |
tree | bdee1f883b6d03abbba8a79260422267c2fa1f15 /comp/work/56/starter | |
parent | 32b9a010a24570a131cc5c9521b8e76102e9cd38 (diff) |
woowwwwwwwwwwwwwwwwww
Diffstat (limited to 'comp/work/56/starter')
-rw-r--r-- | comp/work/56/starter | 25 |
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 + +--------------------------- |