select distinct s1.name from stu s1 where not exists ( select 1 from stu s2 where s2.name = s1.name and s2.score <=60 )