You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select coursetaken.GradePoints,coursetaken.RealCourseCode,ccourses.CourseTitle from coursetaken,ccourses where coursetaken.RealCourseCode in (select Prerequisite from prerequirement where CourseCode='15MXDM') and coursetaken.RollNo='15MX05' and ccourses.CourseCode=coursetaken.RealCourseCode