您当前的位置:《数据库原理》听课笔记:22
《数据库原理》听课笔记:22

主要讲了嵌套查询,和order by group by having

select Name

from s

where s# IN

  select s#

 from sc

where c# IN

 select c#

  from c

where teacher='liu'

收藏状态
收藏本课程的同学
相关课程