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 is varchar used for?
How does left join work in sql?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is cte sql?
What are stuff and replace function?
Is primary key a clustered index?
What is java sql driver?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is difference between sql and excel?
How can one get sql*loader to commit only at the end of the load file? : aql loader
How do you optimize a stored procedure in sql?
What does fetching a cursor do?
What is a constraint? Tell me about its various levels.
Is record in pl sql?
Can we use delete in merge statement?