Oracle
1Z0-071 · Question #257
Examine the data in the ORD_ITEMS table: Evaluate this query: Which statement is true regarding the result?
The correct answer is C. It displays the item nos with their average quantity where the average quantity is more than. See the full explanation below for the reasoning.
Question
Examine the data in the ORD_ITEMS table:
Evaluate this query:
Which statement is true regarding the result?
Options
- AIt returns an error because the HAVING clause should be specified after the GROUP BY clause.
- BIt returns an error because all the aggregate functions used in the HAVING clause must be
- CIt displays the item nos with their average quantity where the average quantity is more than
- DIt displays the item nos with their average quantity where the average quantity is more than
How the community answered
(22 responses)- A14% (3)
- B5% (1)
- C73% (16)
- D9% (2)
Community Discussion
No community discussion yet for this question.