Oracle
1Z0-047 · Question #32
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 LARGE_DRDERS…
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 LARGE_DRDERS table. The order ID, order date, and order total should be added to the ORDER_HISTORY table, and order ID and customer ID should be added to the CUST_HISTORY table. Which multitable INSERT statement would you use?
Options
- APivoting INSERT
- BUnconditional INSERT
- CConditional ALL INSERT
- DConditional FIRST INSERT
How the community answered
(33 responses)- A9% (3)
- B3% (1)
- C76% (25)
- D12% (4)
Community Discussion
No community discussion yet for this question.