1,
select id,a.name,a.address,b.score from STUDENT a,SCORE b where a.id=b.id and rownum>=3 order by b.score desc