Computer Science, asked by snehal84, 1 year ago

please do it fast please ​

Attachments:

snehal84: Ha ha
snehal84: thanks
snehal84: n same here
snehal84: for heart
snehal84: Bye bye ☺☺☺

Answers

Answered by lastbenchstudent
0

ans 30

a) insert into fabric values ("F006", "Trouser", "Cotton", 10)

b) select * from fabric where Disc > 7

c) select * from fabric where Type='Cotton'

d) update fabric set Disc=(Disc+20) where Fname="Shirt"

e) delete from fabric where FabricID="F001"

Similar questions