can use the following like overloading concept in a single
package:
procedure p1(a varchar),
procedure p1(a varchar2),
procedure p1(a char)
Answer Posted / vpl
No.
for overloading, parameters must differ by type family--
whereas CHAR, VARCHAR and VARCHAR2 belongs to same family.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how to get help information from the server? : Sql dba
Explain the order of sql statement execution?
What are inner outer left and right joins in sql?
What is index example?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is trigger point?
define sql update statement ? : Sql dba
what is 'mysqlshow'? : Sql dba
What is meant by truncate in sql?
What is an exception in PL/SQL? What are the two types of exceptions?
What packages are available to pl/sql developers?
What is cte sql?
What is the use of pl/sql table?
What are the basic sql commands?
Does db2 use sql?