单项选择题
Evaluate the following statement:
Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?()
A. They are evaluated by all the three WHEN clauses regardless of the results of the evaluation of any other WHEN clause.
B. They are evaluated by the first WHEN clause. If the condition is true, then the row would be evaluated by the subsequent WHEN clauses.
C. They are evaluated by the first WHEN clause. If the condition is false, then the row would be evaluated by the subsequent WHEN clauses.
D. The INSERT statement would give an error because the ELSE clause is not present for support in case none of the WHEN clauses are true.
相关考题
-
单项选择题
EMPDET is an external table containing the columns EMPNO and ENAME. Which command would work in relation to the EMPDET table?()
A.A
B.B
C.C
D.D -
多项选择题
WhichthreepossiblevaluescanbesetfortheTIME_ZONEsessionparameterbyusingtheALTERSESSIONcommand?()
A. os
B. local
C. -8:00
D. dbtimezone Li
E. Australia -
单项选择题
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
