Multiple Choice
Which of the following statements is correct?
A) IF order > 5
Prize = 'yes';
END IF;
B) IF order > 5 THEN
Prize = 'yes';
ENDIF
C) IF order > 5 THEN;
Prize = 'yes';
END IF;
D) IF order > 5 THEN
Prize := 'yes';
END IF;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q58: The code order NUMBER(2) := 6; is
Q59: The statements that are used to control
Q60: The following code fragment is a correct
Q61: Which of the following code fragments would
Q62: The EXIT WHEN clause ensures that a
Q64: If the <u>WHERE </u>clause is not included
Q65: Which of the following code fragments would
Q66: The syntax of the following code fragment
Q67: The Searched CASE statement does not use
Q68: If the EXIT WHEN clause is not