what is overloading procedure or overloading function ?

Answer Posted / venkat

Overloading a procedure/function means using the same
procedure/function name for various set of operations
depending upon the type and number of parameters.

it is modified based on ankita. Parameter is a correct word
for it.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of friend function? : Sql dba

538


What are the different types of dbms?

547


What is rowid in sql?

507


What is numeric function sql?

540


Do we need to create index on primary key?

461






1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

1908


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2567


What is the use of procedures?

539


how to use in conditions? : Sql dba

508


What is set serveroutput on?

639


What view means?

554


Name the different types of indexes in sql and define them.

565


How do I order by ascending in sql?

535


what is a trigger? : Sql dba

573


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

515