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 is sql data?
What jobs use sql?
What is a nested table in word?
Is ms sql is free?
How to display the records between two range in Oracle SQL Plus?
what are the authentication modes in sql server? How can it be changed? : Sql dba
Can we create foreign key without primary key?
Does oracle roll back the transaction on an error?
What is difference between group by and partition by?
How we can update the view?
Define commit, rollback and savepoint?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is the difference between function, procedure and package in pl/sql?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is procedure in pl sql?