True/False
The syntax of the following code fragment is correct.
IF rec_order.state = 'VA' THEN
lv_tax_num := rec_order.sub * .06;
ELS IF rec_order.state = 'ME' THEN
lv_tax_num := rec_order.sub * .05;
END IF
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q61: Which of the following code fragments would
Q62: The EXIT WHEN clause ensures that a
Q63: Which of the following statements is correct?<br>A)
Q64: If the <u>WHERE </u>clause is not included
Q65: Which of the following code fragments would
Q67: The Searched CASE statement does not use
Q68: If the EXIT WHEN clause is not
Q69: BEGIN LOOP<br>DBMS_OUTPUT.PUT_LINE(lv_cnt_num);<br>Lv_cnt_num := lv_cnt_num + 1;<br>EXIT WHEN
Q70: _ statements are used to put or
Q71: A(n) _ variable can hold only a