H.S.Bhathiya(110059X) edited section_Proposed_Solution_We_propose__.tex  about 8 years ago

Commit id: 5d30446d40b23caf0b70856425bf6cae43540bce

deletions | additions      

       

FROM  COURSE, TAKES, STUDENT   WHERE  TAKES.COURSE_ID = COURSE.COURSE_ID AND STUDENT.ID = TAKES.ID) SELECT t2.Student_ID, t2.Student_Name,   t1.Instructor_ID, t2.TITLE   FROM t1, t2