Download - Select Distinct

Transcript

select distinct(e.subject_code),s.subject_name,s.branch_code from SUBJECT_MASTER s,EXTERNAL_MARKS e where e.SUBJECT_CODE = s.SUBJECT_CODE and e.SEMESTER = s.SEMESTER ande.MONTH = 'apr' and e.YEAR = '2015' and e.PROCESS_TYPE = 'RV' and COURSE_CODE = 'btech' and e.SEMESTER = 8order by e.SUBJECT_CODE


Top Related