_/\_Answer This please
Attachments:
Answers
Answered by
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