比如
student表
sid
sname
gid
cidgrade表
gid
gnameclass表(班级)
cid
cname现在需要取每个学生的sid,sname,gname,cname
请问怎么用一句sql写完,最好是3表查询..