IF rec_order.state = 'VA' THEN lv_tax_num := rec_order.sub * .06;
ELSIF rec_order.state = 'ME' THEN
Lv_tax_num := rec_order.sub * .05;
ELSE
Lv_tax_num := rec_order.sub * .04;
END IF;
Which of the clauses in the code fragment above would not cause the IF statement to raise an error if it were excluded?
A) ELSE
B) IF
C) END IF
D) THEN
Correct Answer:
Verified
Q61: The _ section of the PL/SQL block
Q62: Which of the following code fragments would
Q63: The code order NUMBER(2) := 6; is
Q64: _ are used for situations in which
Q65: _ statements are used to put or
Q67: The _ section of a PL/SQL block
Q68: A(n) _ variable can hold only a
Q69: By indicating a numeric range, the _
Q70: What is the purpose of the BEGIN
Q71: The simple IF statement performs an action
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents