Home » Unlabelled » Can the size of the parameter passed to the procedure be restricted in the procedure definition? | PL SQL
Friday, 25 May 2012
Can the size of the parameter passed to the procedure be restricted in the procedure definition? | PL SQL
No, the size of the parameter passed to the procedure cannot be restricted in the procedure declaration. The data type for the parameter has to be specified only.
No comments:
Post a Comment