English, asked by PRATHAMABD, 8 months ago

_/\_Answer This please​

Attachments:

Answers

Answered by Alishka009
2

HOPE THIS HELPS YOU!!!

SQL commands :-

(a) Insert into fabric ("FabricID" , "Fname", "Type","Disc") values ( 'F005' , 'Kurta' , 'Wollen', '5');

(b) Select * from Fabric where disc < 10;

(C) Select * from Fabric where Type = 'Wollen' ;

(d) Update Fabric set disc = disc + 10 where FabricID = F001

(e) Delete from Fabric where FabricID = F003

Similar questions