1.

Which Datatypes Can Be Used For Parameters Within A Procedure?

Answer»

EXPLICIT datatypes, %TYPE and %ROWTYPE, without size SPECIFICATION can be USED for parameters in a PROCEDURE.

Explicit datatypes, %TYPE and %ROWTYPE, without size specification can be used for parameters in a procedure.



Discussion

No Comment Found