Hi all,
I have a table with two columns called for example instructor and class
one instructor may teach more than one class. How can I query how many classes each instructor teaches?
Let me make up the table.
Instructor Class
Mr. A physics
Mr. A Calculus
Ms.B Cooking for dummy
Ms.B English
Thanks
I have a table with two columns called for example instructor and class
one instructor may teach more than one class. How can I query how many classes each instructor teaches?
Let me make up the table.
Instructor Class
Mr. A physics
Mr. A Calculus
Ms.B Cooking for dummy
Ms.B English
Thanks
Comment