The following INSERT statement was issued:
INSERT /* +APPEND */ INTO arch.curr_order_hist
SELECT * FROM ord.curr_order;
Which of the following types of INSERT is performed?
Reveal answer
Fill a bubble to check yourself
The following INSERT statement was issued:
INSERT /* +APPEND */ INTO arch.curr_order_hist
SELECT * FROM ord.curr_order;
Which of the following types of INSERT is performed?