nerdexam
Oracle

1Z0-047 · Question #237

View the Exhibit and examine the structure of the ORDER_ITEMS table. You need to display the ORDER_ID of the order that has the highest total value among all the orders in the ORDER_ITEMS table…

The correct answer is D. SELECT order_id. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of the ORDER_ITEMS table. You need to display the ORDER_ID of the order that has the highest total value among all the orders in the ORDER_ITEMS table. Which query would produce the desired output?

Exhibit

1Z0-047 question #237 exhibit

Options

  • ASELECT order_id
  • BSELECT order_id
  • CSELECT order_id
  • DSELECT order_id

How the community answered

(47 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    15% (7)
  • D
    74% (35)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice