summaryrefslogtreecommitdiff
path: root/comp/work/56/starter
blob: 7915931d68b1de2c4cda387fd32c961a05b6739c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---------------------------
insert into Sales 
values (
	4072,
	48,
	"29/9/2024"
)

2 marks
---------------------------

---------------------------
update Product
set quantity = quantity - 3
where ProductID = 1
---------------------------

---------------------------
SOMETHING
---------------------------

---------------------------
slow

---------------------------