首页 > 其他 > 详细

051-139

时间:2017-11-30 14:38:00      阅读:210      评论:0      收藏:0      [点我收藏+]

Which three statements are true about multiple-row subqueries? (Choose three.)
A. They can contain a subquery within a subquery.
B. They can return multiple columns as well as rows.
C. They cannot contain a subquery within a subquery.
D. They can return only one column but multiple rows.
E. They can contain group functions and GROUP BY and HAVING clauses.
F. They can contain group functions and the GROUP BY clause, but not the HAVING clause

关于B选项,select a.id form (select id,sale from sale) a 成立,所以B对D错。

051-139

原文:http://www.cnblogs.com/Babylon/p/7928715.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!