OCP 1Z0 051 QUESTION NO: 5

来源:互联网 发布:网络114登录 - 百度 编辑:程序博客网 时间:2024/04/28 06:56
QUESTION NO: 5 
 
Which three statements are true regarding sub queries? (Choose three.)
 
 
A. Multiple columns or expressions can be compared between the main query and sub query 
B. Main query and sub query can get data from different tables 
C. Sub queries can contain GROUP BY and ORDER BY clauses 
D. Main query and sub query must get data from the same tables 
E. Sub queries can contain ORDER BY but not the GROUP BY clause 
F. Only one column or expression can be compared between the main query and subqeury 
 
Answer: A,B,C

与135重复
http://blog.csdn.net/jgmydsai/article/details/27493937
0 0