Hi,
How would I create a query to find the list of classes a particular instructor must attend?
Thank you in advance.
How would I create a query to find the list of classes a particular instructor must attend?
Thank you in advance.
SELECT ClassID, ClassName, Instructor FROM tblClasses
Comment