please do it fast please
Attachments:
snehal84:
Ha ha
Answers
Answered by
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