InterviewSolution
Saved Bookmarks
| 1. |
How Can The Parameter List For A Function Or Procedure Be Displayed? |
|
Answer» The PARAMETER list for a FUNCTION or PROCEDURE can be displayed USING the DESCRIBE COMMAND, given as follows: DESCRIBE subprogram_nameThe parameter list for a function or procedure can be displayed using the DESCRIBE command, given as follows: |
|