- 【2019年8月版】OCP 071认证考试原题-第36题
- 【2019年8月版】OCP 071认证考试原题-第33题
- 【2019年8月】OCP 071认证考试最新版本的考试原题-第2
- 【2019年8月】OCP 071认证考试最新版本的考试原题-第2
- Which three statements are true
- Oracle Ocp1z0-052 考试真题每日一练(一)
- machine learning 错题-QUIZ Neural
- 【2019年8月】OCP 071认证考试最新版本的考试原题-第1
- Which two statements are true re
- 【2019年8月】OCP 071认证考试最新版本的考试原题-第2
Which three statements are true regarding subqueries? (Choose three.)
A.Subqueries can contain GROUP BY and ORDER BY clauses.
B.Main query and subquery can get data from different tables.
C.Main query and subquery must get data from the same tables.
D.Subqueries can contain ORDER BY but not the GROUP BY clause.
E.Only one column or expression can be compared between the main query and subquery.
F.Multiple columns or expressions can be compared between the main query and subquery.
答案:ABF
解析:c和b相互矛盾,主查询和子查询可以访问不同的表,排除C,
a和d相互矛盾,子查询可以包括group by和order by 排除D,
e和f相互矛盾,可以有多个列和表达式能够比较,排除E
网友评论