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)- A2% (1)
- B13% (6)
- C78% (35)
- D7% (3)
Community Discussion
No community discussion yet for this question.