In PSM, the difference between a stored procedure and a function is that:

In PSM, the difference between a stored procedure and a function is that: 




a. A function has the return statement.
b. We can declare local variables in a function.
c. Loops are not allowed in a function.
d. All of the others.



Answer: A


Learn More :