what is overloading procedure or overloading function ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ankita
Overloading a procedure/function means using the same
procedure/function name for various set of operations
depending upon the type and number of inputs.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How can the performance of a trigger be improved?
What is the use of function in sql?
what is sql in mysql? : Sql dba
What is a native sql query?
What is orm in sql?
What is the Diff b/w Constraints and Trigeer
explain the advantages and disadvantages of stored procedure? : Sql dba
What is schema in sql?
why should required nested tables, Object types, partition tables and varying arrays. what is the difference between these are all. give me example with explanation.
What is secondary key?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5