Which of the following code fragments would not raise an error?
A) IF rec.state = 'VA' OR 'PA' THEN
A := b * .06;
ELSE
A := b * .04;
END IF;
B) IF rec.state = 'VA' OR rec.state = 'PA' THEN
A := b * .06;
ELSE
A := b * .04;
END IF;
C) IF rec.state = 'VA' OR rec.state = 'PA'
A := b * .06;
ELSE
A := b * .04;
END IF;
D) IF rec.state = 'VA' OR rec.state = 'PA' THEN
A := b * .06;
ELSE
A := b * .04;
END IF
Correct Answer:
Verified
Q50: The statements that are used to control
Q51: Which of the following statements is True?
A)
Q52: Which of the following evaluates conditions and
Q53: BEGIN LOOP
DBMS_OUTPUT.PUT_LINE(lv_cnt_num);
Lv_cnt_num := lv_cnt_num + 1;
EXIT WHEN
Q54: Which of the following code fragments would
Q56: Which of the following code fragments would
Q57: Which of the following allow us to
Q58: Which of the following code fragments would
Q59: If the EXIT WHEN clause is not
Q60: Which of the following clauses ensures that
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