what is overloading procedure or overloading function ?
Answer Posted / polisetti v v satyanarayana
Actually there is difference between function and procedure
i.e procedure is a function but it will never return any
value but where as function will return the value and
overloading means using the using the same function name
with difference in number of parameters to have more
flexibility .For overloading functions compiler will us the
technique called name mangling
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what does the t-sql command ident_incr does? : Transact sql
What are the different operators available in sql?
Explain aggregate functions are available there in sql?
how to enter characters as hex numbers? : Sql dba
What are the different types of sql commands?
Is sql a microsoft product?
What is a scalar value in sql?
How many commands are in sql?
What is the difference between a subquery and a join?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
difference between anonymous blocks and sub-programs.
What makes a good primary key?
Is sql a case sensitive language?
What are its different types of dbms?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.