You are on page 1of 1

select count (seats) from bus;

select count (student) from table_name group by branch:


select count (course) from table_name group by department;
select min (fee),max(fee),avg(fee) from student;

You might also like