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_name

The parameter list for a function or procedure can be displayed using the DESCRIBE command, given as follows:



Discussion

No Comment Found