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.
This will actually allow you to create the pack but will
give run time error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the nonstandard string types? : Sql dba
What is informix sql?
What is sql procedures and functions?
When do we use triggers?
what are the difference between clustered and a non-clustered index? : Sql dba
how to select unique records from a table? : Sql dba
Is trigger a stored procedure?
what are rollup and cube in t-sql? : Transact sql
How do you optimize a query?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is flag in sql?
what are all the common sql function? : Sql dba
How to write pl sql program in mysql command prompt?
What is java sql connection?
what is a tablespace? : Sql dba