针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第3个查询。在“()”内填答案。select cname,teacher from (____) (____) c# (____)(select (____) from (____)where s#=’S3’) (5)
针对教材中第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#