nerdexam
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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    84% (31)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-061 Practice