select S#,Sname from Student where S# not in (select Student.S# from Student,SC where S.S#=SC.S# and score>60);