select DISTINCT name from table where name in( select DISTINCT name from table GROUP BY name HAVING max(score)<60 )