The details of t

题目

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
更多“The details of t”相关问题