HomeRelational Database and SQL (Preeti Arora) Write a query to find out the number of students in each 0 Comments Facebook Twitter Q. Write a query to find out the number of students in each Stream in STUDENT table.Answer :-Select Stream , count (*) from Student group by Stream ;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )