私は次のテーブルを持っています
subject(id,name,sem,branch) //Detail of subject in sem and branch
teacher(id,name,dept) //detail of teacher
student_teacher_mapping(sid,tid) //primary key of student and teacher
section(id,sec) //detail of sections
subject_section_mapping(sid,secid) //primary key of subject and section
ブランチ「COMPUTERSCIENCE」、sem=3およびsection='d'のサブジェクト名と教師名を取得したい。