write the SQL commands to answer …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Manju Arya 4 years, 3 months ago
- 1 answers
Related Questions
Posted by Account Deleted 1 year, 2 months ago
- 0 answers
Posted by Jatin Jaat 1 year, 2 months ago
- 0 answers
Posted by Ayushi Singh 1 year, 2 months ago
- 0 answers
Posted by Pavi S 1 year, 2 months ago
- 0 answers
Posted by Sakshi Pradhan 1 year, 3 months ago
- 0 answers
Posted by Sudharshini Kanthasamy 1 month, 2 weeks ago
- 1 answers
Posted by Swastik Mishra 1 year, 3 months ago
- 0 answers
Posted by Chandan Kedia 1 year, 2 months ago
- 0 answers
Posted by Manyata Mishra 1 year, 2 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Preeti Dabral 4 years, 3 months ago
SQL commands :-
a) insert into fabric values ("F005", "Kurta", " woollen" ,5 );
b) select fname from fabric where disc>10;
c) select * from fabric where type ="woollen" ;
d) update fabric set disc= dics+ disc * 10/100 where fname="shirt" ;
e) delete from fabric where fabid=F03 ;
0Thank You