Chapter12 Solution Mysql Class XI
Chapter12 Solution Mysql Class XI
Type B
(iii) Select game1, game2 from sports where name like ‘A%’;
(iv) insert into club values(11, ‘Rajiv’, 40, ‘Hockey’, ‘2006-05-27’, 2000, ‘M’)
(ii) Select name from student1 where class like ‘12%’ order by stipend;
(ii) Select Name, sex from teacher where sex=’F’ and Department=’History’;