Online Courses
Your children follow the steps below to register for online courses and get started.
- Learn
- Find
- Register
- Start
|
|
Online CoursesYour children follow the steps below to register for online courses and get started.
Browse the Course CatalogSELECT 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 ( 60,58,57) GROUP BY S.Subject ORDER BY S.Subject Table 'Organization.DLCCourseNew' doesn't exist |