nerdexam
Oracle

1Z0-047 · Question #33

View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts…

The correct answer is A. INSERT INTO orders. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts and CREDIT LIMIT is 600?

Exhibit

1Z0-047 question #33 exhibit

Options

  • AINSERT INTO orders
  • BINSERT INTO orders (order_id,order_date,order_mode,
  • CINSERT INTO orders (order_id.order_date.order_mode,
  • DINSERT INTO(SELECT o.order_id, o.order_date.o.orde_mode.c.customer_id,
  • Eorder_totalFROM orders o, customers c

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    4% (1)
  • D
    7% (2)
  • E
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice