题目内容

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第4个查询。在“()”内填答案。select sname from (____)(____) sex (____) ’女’ and s# (____) in(select distinct s# from SCwhere c# (____) in(select c# from Cwhere teacher=’LIU’)}

查看答案
更多问题

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第5个查询。在“()”内填答案。select (____) c# from SCwhere (____) (____)in(select (____) from Swhere sname = (____))

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第6个查询。在“()”内填答案。select (____) a.s# from SC as (____), SC as bwhere a.s# (____) b.s# (____) a.c# (____) b.c#

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第7个查询。在“()”内填答案。select c#,cname from cwhere (____) (____)(select * from s (____) (____) (____)(select * from sc where s#=s.s# and c#=c.c#)

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第8个查询。在“()”内填答案。select (____) s# from sc as (____)(____) (____) (____) (select * from c where teacher=’LIU’and not exists(select * from sc as bwhere b.s#=a.s# and b.c#=a.c#))

答案查题题库