I am working on VS 2005. I am using 2 databases called student and group.
student (student_id,group_id(int)) group (group_id(int),group_name(varchar))
I have created a connection to the database.
Now I have to create the following report
Group Name Count Biology 14 Computer Science 10
and so on
How do I go about it?