InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Name_in And Copy ? |
|
Answer» 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. 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. |
|