Oracle
1Z0-061 · Question #16
Examine the data in the ORD_ITEMS table: Evaluate the following query: Which statement is true regarding the outcome of the above query?
The correct answer is C. It displays the item nos with their average quantity where the average quantity is more than double. See the full explanation below for the reasoning.
Question
Examine the data in the ORD_ITEMS table:
Evaluate the following query:
Which statement is true regarding the outcome of the above query?
Options
- AIt gives an error because the having clause should be specified after the group by clause.
- BIt gives an error because all the aggregate functions used in the having clause must be specified
- CIt displays the item nos with their average quantity where the average quantity is more than double
- DIt displays the item nos with their average quantity where the average quantity is more than double
How the community answered
(37 responses)- A3% (1)
- B3% (1)
- C84% (31)
- D11% (4)
Community Discussion
No community discussion yet for this question.