Q. Subprograms are named PL/SQL blocks that can be called with a set of parameters
β
Correct Answer: (A)
True
Explanation: There are two types of subprograms procedures and functions. The procedure is used to perform an action and the function is used to compute a value.