Multiple Choice
DECLARE order NUMBER(2) := 4;
Total_amt NUMBER(2) ;
BEGIN
Total_amt := order * 8;
END;
According to the statement block above, what value is stored in the variable total_amt?
A) 4
B) 8
C) 12
D) 32
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: FOR i IN 1..tbl_roast.COUNT LOOP lv_tot_num :=
Q10: A(n) <u>scalar</u> variable can hold only a
Q11: Which of the following code fragments would
Q12: The keyword DEFAULT can be used in
Q13: What is the purpose of the BEGIN
Q15: The term anonymous blocks refers to blocks
Q16: The <u>DECLARE </u>section of the PL/SQL block
Q17: An infinite loop causes a program to
Q18: Assignment statements are used to put or
Q19: A(n)<u> CASE expression</u> evaluates conditions and returns