Page 1 of 1

The details of the order ID, order date, order total, and customer ID are obtained from theORDERS table. If the order va

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
The details of the order ID, order date, order total, and customer ID are obtained from theORDERS table. If the order value is more than 30000, the details have to be added to theLARGEjDRDERS table. The order ID, order date, and order total should be added to theORDERJHISTORY table, and order ID and customer ID should be added to theCUSTJHISTORY table. Which multitable INSERT statement would you use?

A. Pivoting INSERT
B. Unconditional INSERT
C. Conditional ALL INSERT
D. Conditional FIRST INSERT