class 12 ....ip...... .
Attachments:

Answers
Answered by
4
select MIN (class) MAX (class) from students ;
select count * from students
group by class ;
select count * from students
where class = 10 ;
select * from students
where game = "cricket"
group by students ;
select count * from students
group by class ;
select count * from students
where class = 10 ;
select * from students
where game = "cricket"
group by students ;
hemangivaid:
like seriously
Similar questions