DEVFYI - Developer Resource - FYI

What is the difference between a procedure and a function ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

3.What is the difference between a procedure and a function ?

Functions return a single variable by value whereas procedures do not return any variable by value. Rather they return multiple variables by passing variables by reference through their OUT parameter.

(Continued on next question...)

Other Interview Questions