InterviewSolution
Saved Bookmarks
| 1. |
What Are The Two Different Types Of Subprograms In Pl/sql? |
|
Answer» The TWO different types of subprograms in PL/SQL are procedures and FUNCTIONS. Both can be called from an EXTERNAL environment or application. In ADDITION, they can accept parameters. The two different types of subprograms in PL/SQL are procedures and functions. Both can be called from an external environment or application. In addition, they can accept parameters. |
|