In PSM. the difference between 3 stored procedure and a function is that

In PSM. the difference between 3 stored procedure and a function is that



[A]
A function has the return statement.
[B]
We can declare local variables in a function.
[C]
All of the others
[D]
Loops are not allowed in a function.




Answer: C


Learn More :