Consider the following Fabric table and write the queries
Table: Fabric
FabricID Name Type Disc
F001 Shirt Woolen 10
F002 Suit Cotton 20
F003 Tunic Cotton 5
F004 Jeans Denim 7
i)to add new record with the following details
(‘F005’, ’Kurta’, ’Silk’, 15)
ii) to display only those fabric whose disc is more than 10
iii) to display those record whose fabric type is Woollen.
iv.)to delete the record of fabric F003 from table.
Answers
Answered by
0
Answer:
I didn't know answer please give relevant question OK next time
Similar questions