nerdexam
Oracle

1Z0-047 · Question #249

View the Exhibit and examine the structure of the ORDERS table. You have to display ORDER_ID, ORDER_DATE, and CUSTOMER_ID for all those orders that were placed after the last order placed by the…

The correct answer is C. SELECT order_id, order_date FROM orders. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of the ORDERS table. You have to display ORDER_ID, ORDER_DATE, and CUSTOMER_ID for all those orders that were placed after the last order placed by the customer whose CUSTOMER_ID is 101 Which query would give you the desired output?

Exhibit

1Z0-047 question #249 exhibit

Options

  • ASELECT order_id, order_date FROM orders
  • BSELECT order_id, order_date FROM orders
  • CSELECT order_id, order_date FROM orders
  • DSELECT order_id, order_date FROM orders

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    4% (1)
  • C
    70% (19)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice