Multiple Choice
Which of the following is true of PL/SQL iteration statements?
A) The FOR LOOP iterates until a stopping condition is false.
B) The WHILE LOOP iterates over a range of integer values.
C) The LOOP statement iterates until an EXIT statement ceases termination.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q62: The common SQL*Plus command used to list
Q63: When writing a PL/SQL procedure,it is good
Q64: A PL/SQL block contains:<br>A) A required declaration
Q65: If you omit the keywords FOR EACH
Q66: A database programming language allows a program
Q68: Dynamic binding involves the determination of the
Q69: In PL/SQL,functions should:<br>A) Always use input parameters.<br>B)
Q70: Portability across host languages is one advantage
Q71: The PL/SQL code block above:<br>A) Declares and
Q72: As with other programming languages,in PL/SQL the