1Z0-007 · Question #99
Which two statements about subqueries are true? (Choose two.)
The correct answer is B. A subquery can retrieve zero or more rows. F. When a subquery is used with an inequality comparison operator in the outer SQL statement, the. subquery can retrieve zero or more rows, subquery is used with an inequality camparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column. Incorrect answer: A subquery can retrieve zero or more rows C…
Question
Which two statements about subqueries are true? (Choose two.)
Options
- AA subquery should retrieve only one row.
- BA subquery can retrieve zero or more rows.
- CA subquery can be used only in SQL query statements.
- DSubqueries CANNOT be nested by more than two levels.
- EA subquery CANNOT be used in an SQL query statement that uses group functions.
- FWhen a subquery is used with an inequality comparison operator in the outer SQL statement, the
How the community answered
(33 responses)- A3% (1)
- B70% (23)
- C15% (5)
- D6% (2)
- E6% (2)
Explanation
subquery can retrieve zero or more rows, subquery is used with an inequality camparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column. Incorrect answer: A subquery can retrieve zero or more rows C subquery is not SQL query statement D subquery can be nested E group function can be use with subquery
Topics
Community Discussion
No community discussion yet for this question.