select Sname
from student
where exits(
select *
from SC
where Sno=student.Sno and Cno='3');
请问这段哪错了?