DEVFYI - Developer Resource - FYI

What is the difference between NAME_IN and COPY ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

818. What is the difference between NAME_IN and COPY ?

Copy is package procedure and writes values into a field.
Name in is a package function and returns the contents of the variable to which you apply.

(Continued on next question...)

Other Interview Questions