码迷,mamicode.com
首页 > 其他好文 > 详细

051-139

时间:2017-11-30 15:04:49      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:query   having   color   not   nts   round   can   only   ons   

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

标签:query   having   color   not   nts   round   can   only   ons   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!