题目内容

针对教材中第2章综合题第3题中的8个查询用SQL语句实现。如下完成第2个查询。在“()”内填答案。select s#, (____) from (____)(____) sex=(____) (____) age > 23

查看答案
更多问题

针对教材中第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#

答案查题题库