select service_level, count(*) from course_main group by service_level;
S COUNT(*) - ---------- C 106 F 9387 S 1
- C = Organizations
- F = Courses
- S = ?
select service_level, count(*) from course_main group by service_level;
S COUNT(*) - ---------- C 106 F 9387 S 1
I believe that S=SYSTEM — there is one system level course that is used behind-the-scenes… removing this will cause Really Bad Things(tm).
I was wondering about that. I was also thinking if that was representative of the overall System hierarchy. No plan to delete it. 🙂