What is difference between a PROCEDURE & FUNCTION ?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
499. What is difference between a PROCEDURE & FUNCTION ?
A FUNCTION is always returns a value using the return statement.
A PROCEDURE may return one or more values through parameters or may not return at all.
(Continued on next question...)
Other Interview Questions
|