InterviewSolution
Saved Bookmarks
| 1. |
What Is A Procedure? Can It Be Stored In The Database? |
|
Answer» A procedure is a named PL/SQL block (subprogram) that can have more than one parameter as an input from the calling ENVIRONMENT and it may return none, one, or more than one VALUE. A procedure is a named PL/SQL block (subprogram) that can have more than one parameter as an input from the calling environment and it may return none, one, or more than one value. |
|