1Z0-007 · Question #33
A subquery can be used to _________.
The correct answer is D. Retrieve data based on an unknown condition. A sub-query can be used to retrieve data based on an unknown condition Incorrect Answers A: A sub-query cannot be used to create groups of data, GROUP BY clause is used for that. B: A sub-query cannot be used to sort data in a specific order, ORDER BY clause is used for that…
Question
A subquery can be used to _________.
Options
- ACreate groups of data
- BSort data in a specific order
- CConvert data to a different format
- DRetrieve data based on an unknown condition
How the community answered
(35 responses)- A3% (1)
- B17% (6)
- C6% (2)
- D74% (26)
Explanation
A sub-query can be used to retrieve data based on an unknown condition Incorrect Answers A: A sub-query cannot be used to create groups of data, GROUP BY clause is used for that. B: A sub-query cannot be used to sort data in a specific order, ORDER BY clause is used for that. C: A sub-query cannot convert data to a different format.
Topics
Community Discussion
No community discussion yet for this question.