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
Can a trigger call a stored procedure?
Can we debug stored procedure?
What is before trigger?
What is the usage of sql functions?
How do I sort a table in sql?
Can we commit in trigger?
What is cursor status?
Which is faster count (*) or count 1?
How do you drop a trigger?
what is the use of set statement in tsql? : Transact sql
What sql does db2 use?
How can you create an empty table from an existing table?
What are the types of dbms?
What is the difference between an inner join and an outer join?
give the syntax of grant and revoke commands? : Sql dba