Online Courses
Follow the steps below to register for courses and get started.
- Explore
- Choose
- Register
- Start
|
|
|
DLC Blog
You love to do research, right? Well, you'll really love it if you use SIRS Pro vs. Con. Pick an issue, like Global Warming. Be sure to click on the PDF Research Guide. |
Online CoursesFollow the steps below to register for 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 ( 58,57) GROUP BY S.Subject ORDER BY S.Subject Table 'Organization.DLCCourseNew' doesn't exist |