I have 2 tables:tbl1: InstituteID, nametbl2 ApplicantID, InstituteID ,Applicant_Name, address, city, state, status ** Status field contains value A for acceptance or R for rejectedI need help with listing Institute names where more than half of applicants were accepted.
↧