如何用MySQL查询"学过张三老师课的同学们的信息"。

查询学过"张三"老师授课的同学的信息 select s_id,s_name,s_sex from student where s_id in(select s_id from score where c_id=02);
相关文章
相关标签/搜索