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
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?

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?

A.
Pivoting INSERT

B.
Conditional FIRST INSERT

C.
Conditional ALL INSERT

D.
Unconditional INSERT



Leave a Reply 0

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