nerdexam
Oracle

1Z0-047 · Question #142

The details of the order ID, order date, order total, and customer ID are obtained from the ORDERS table. If the order value is more than 30000, the details have to be added to the LARGEjDRDERS…

The correct answer is C. Conditional ALL INSERT. See the full explanation below for the reasoning.

Question

The details of the order ID, order date, order total, and customer ID are obtained from the ORDERS table. If the order value is more than 30000, the details have to be added to the LARGEjDRDERS table. The order ID, order date, and order total should be added to the ORDERJHISTORY table, and order ID and customer ID should be added to the CUSTJHISTORY table. Which multitable INSERT statement would you use?

Options

  • APivoting INSERT
  • BUnconditional INSERT
  • CConditional ALL INSERT
  • DConditional FIRST INSERT

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    13% (6)
  • C
    78% (35)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice