stu(id,name)
cla-stu(stuid,claid)
sco(stuid,score)
select claid from cla-stu where =
and stuid in (
select stuid from sco where score>)
group by claid having count(stu)>
stu(id,name)
cla-stu(stuid,claid)
sco(stuid,score)
select claid from cla-stu where =
and stuid in (
select stuid from sco where score>)
group by claid having count(stu)>