Which multitable INSERT statement would you use?

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?

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?

A.
Pivoting INSERT

B.
Unconditional INSERT

C.
Conditional ALL INSERT

D.
Conditional FIRST INSERT



Leave a Reply 2

Your email address will not be published. Required fields are marked *