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
what are the differences between char and nchar? : Sql dba
explain the difference between myisam static and myisam dynamic. : Sql dba
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
How do you define a foreign key?
What is an exception in PL/SQL? What are the two types of exceptions?
What does select top 1 do in sql?
Why do we need view in sql?
How does a covering index work?
what are tables and fields? : Sql dba
What is rowid in sql?
Can you upgrade sql express to full sql?
what is a tablespace? : Sql dba
Will truncate release space?
what is subquery? : Sql dba
How do I run a pl sql procedure in sql developer?