Mysql – find count of students based on interest
Write a sql query that prints domain interest and number students who are interested in that domain. +------+----------+----------+ | sno | sub1 | sub2 | +------+----------+----------+ | s1 | ds | networks | | s2 | os | ds |…