Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TABLE_NAMETABLE_DESCRIPTION
Content ObjectiveContains Content Objectives with description and discipline, linked to Courses from the Course by Academic Year table. Table is filtered for active records.
Course by Academic YearContains Course attributes by academic year. Table is filtered by Course   Status = 2 ('Completed'), and Source = 'Health' which brings in only Health courses.
Course by Academic Year ProgramContains mapping between course_by_academic_year_id and program. Courses linked to both Core and SELECT programs will have two separate records in the table. This table was created to help report writers with the program button functionality on the report.
Course ObjectiveCourse objective description and the course objective ID.
Keyword HierarchyContains Keyword information for keyword search.
Program Objective Course ObjectiveBridge table to handle many to many relationship between program objective and course objective.
Program ObjectiveContains Program Objectives.
SessionContains Sessions, linked to Courses from the Course By Academic Year table. Table is filtered by Status = 2 (Completed).
Session Objective Course ObjectiveBridge table to handle many to many relationship between session objective and course objective.
Session ObjectiveContains session objectives, linked to Sessions from the CM_SESSION   table.

...

TABLE_NAMECOLUMN_NAMECOLUMN_DESCRIPTIONCOLUMN_DEFAULTCOLUMN_SOURCE
Course by Academic YearCOURSE_LOCATIONwhen location = 1, 'Lehigh   Valley'
    when location = 2, 'Tampa'
    Else 'Unknown'
Unknown(derived) Appian.CR_REC_courseByAcademicYear.location
Course by Academic YearCOURSE_IS_COREYes' if the course belongs to either 'Core' or 'Core and SELECT', else   'No'No(derived) Appian.CR_REC_courseByAcademicYear.program
Course by Academic YearCOURSE_IS_SELECTYes' if the course belongs to either 'SELECT' or 'Core and SELECT', else   'No'No(derived) Appian.CR_REC_courseByAcademicYear.program
Course by Academic YearCOURSE_ACADEMIC_YEARcourse academic yearUNKNAppian.CR_REC_courseByAcademicYear.academicYear
Course by Academic YearCOURSE_CONTACT_HOURScourse contact hours0Appian.CR_REC_courseByAcademicYear.contactHours
Course by Academic YearCOURSE_BY_ACADEMIC_YEAR_IDappian composite primay key for Course By Academic Year(not null)Appian.CR_REC_courseByAcademicYear.courseAcademicYearId
Course by Academic YearCOURSE_NUMBERcourse numberUnknownAppian.CR_REC_courseByAcademicYear.courseNumber
Course by Academic YearCOURSE_DESCRIPTIONcourse description. blanks ltrimed and rtrimedUnknownAppian.CR_REC_courseByAcademicYear.description
Course by Academic YearCOURSE_END_DATEcourse end date2099.12.31Appian.CR_REC_courseByAcademicYear.endDate
Course by Academic YearCOURSE_IS_OUTSIDE_BANNERcourse is outside banner flag. Yes if outsideBanner=1, Else NoNoAppian.CR_REC_courseByAcademicYear.outsideBanner
Course by Academic YearCOURSE_START_DATEcourse start date1900.01.01Appian.CR_REC_courseByAcademicYear.startdate
CM_COURSE_BY_ACADEMIC_YEARCourse by Academic YearCOURSE_SUBJECT_CODEcourse subject codeUnknownAppian.CR_REC_courseByAcademicYear.subjectCode
CM_COURSE_BY_ACADEMIC_YEARCourse by Academic YearCOURSE_TITLEcourse title. blanks ltrimed and rtrimedUnknownAppian.CR_REC_courseByAcademicYear.title
CM_COURSE_BY_ACADEMIC_YEARCourse by Academic YearCOURSE_MED_YEARcourse year number taught in0Appian.CR_REC_courseByAcademicYear.year
CM_COURSE_OBJECTIVECourse ObjectiveCOURSE_BY_ACADEMIC_YEAR_IDappian foreign key for Course By Academic Year(not null)Appian.MCOM_CM_objectivePair.courseId
CM_COURSE_OBJECTIVECourse ObjectiveCOURSE_OBJECTIVEcourse objective description. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_objectivePair.courseobjective
CM_COURSE_OBJECTIVECourse ObjectiveCOURSE_OBJECTIVE_IDappian course objective primary key(not null)Appian.MCOM_CM_objectivePair.id
CM_COURSEBYACADYEAR_PROGRAM

Course By Academic Program


CURRICULUM_PROGRAMCan be 'Core' or 'SELECT'. If program is 1 then both 'Core' and 'SELECT'   (separate records). If program is 2 then 'Core'. If program is 3 then   'SELECT'-1(derived) Appian.CR_REC_courseByAcademicYear.program
CM_COURSEBYACADYEAR_PROGRAMCourse By Academic ProgramCOURSE_BY_ACADEMIC_YEAR_IDappian course by academic year foreign key-1Appian.CR_REC_courseByAcademicYear.courseAcademicYearId
CM_PROGRAM_OBJ_COURSE_OBJCOURSE_OBJECTIVE_IDappian course objective foreign key(not null)Appian.MCOM_CM_objectivePairProgramObjectiveJoin.objectivePairId
CM_PROGRAM_OBJ_COURSE_OBJPROGRAM_OBJECTIVE_IDappian program objective foreign key(not null)Appian.MCOM_CM_objectivePairProgramObjectiveJoin.programObjectiveId
CM_PROGRAM_OBJECTIVEProgram ObjectivePROGRAM_OBJECTIVE_IDappian program objective primary key(not null)Appian.MCOM_CM_programObjective.programObjectiveId
CM_PROGRAM_OBJECTIVEProgram ObjectivePROGRAM_OBJECTIVE_TITLEprogram objective title. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_programObjective.title
CM_SESSIONSessionCOURSE_BY_ACADEMIC_YEAR_IDappian foreign key for Course By Academic Year(not null)Appian.MCOM_CM_session.courseid
CM_SESSION

Session

SESSION_DESCRIPTIONsession description. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_session.description
CM_SESSIONSessionSESSION_DURATIONsession duration0Appian.MCOM_CM_session.duration
CM_SESSIONSessionSESSION_IDappian session primary key(not null)Appian.MCOM_CM_session.id
CM_SESSIONSessionSESSION_PREPERATION_HOURSsession preparationHours0Appian.MCOM_CM_session.preparationHours
CM_SESSIONSessionSESSION_TITLEsession title. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_session.title
CM_SESSION_OBJ_COURSE_OBJCOURSE_OBJECTIVE_IDappian course objective foreign key(not null)Appian.MCOM_CM_sessionObjectivePairCourseObjectiveJoin.courseObjectiveId
CM_SESSION_OBJ_COURSE_OBJSESSION_OBJECTIVE_IDappian session objective foreign key(not null)Appian.MCOM_CM_sessionObjectivePairCourseObjectiveJoin.sessionObjectiveId
CM_SESSION_OBJECTIVESession ObjectiveSESSION_OBJECTIVE_IDappian session objective primary key(not null)Appian.MCOM_CM_sessionObjectivePair.id
CM_SESSION_OBJECTIVESession ObjectiveSESSION_IDappian session foreign key(not null)Appian.MCOM_CM_sessionObjectivePair.sessionid
CM_SESSION_OBJECTIVESession ObjectiveSESSION_OBJECTIVEsession objective name. blanks ltrimed and rtrimedUnknownAppian.MCOM_CM_sessionObjectivePair.sessionobjective

...