select s.num,s.name,d.mathch from student s,data d where s.num=d.num and d.mathch between 80 and 90 order by d.mathch desc;