Online Courses
Students follow the steps below to register for online courses and get started. Explore each step on your own to become familiar with the process. Then walk your students through the process. Or browse the course catalog below.
- Explore
- Choose
- Register
- Start
Browse the Course Catalog
SELECT COUNT(DISTINCT CN.CourseID) AS CourseCount, S.SubjectID AS subjectID, S.Subject FROM CourseSubject AS CS LEFT JOIN DLCCourseSubject AS S ON CS.SubjectID=S.SubjectID LEFT JOIN DLCCourseNew AS CN ON CS.CourseID=CN.CourseID LEFT JOIN CourseOffering AS CO ON CN.CourseID=CO.CourseID LEFT JOIN CatalogControl AS CC ON CN.Provider=CC.Control WHERE CN.Status='OPEN' AND CC.ControlType='Provider' AND CO.OfferingID IN ( 58,57) GROUP BY S.Subject ORDER BY S.Subject Table 'Organization.DLCCourseNew' doesn't exist