Can you have multiple SPs with the same name on a database?
Answers were Sorted based on User's Feedback
Answer / neha sinha
It is not possible to create standalone SP with same name.
But it is possible if we will create multiple SP with same
name and different parameter in a package (overloading).
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / nrapendra
function overloadding is allowed in pl sql .we can creete
multiple sp of same name but paramerter should be different.
Is This Answer Correct ? | 3 Yes | 0 No |
What are the disadvantages of file system?
What is sql key?
How do I run a sql trace?
how to fetch alternate records from a table? : Sql dba
How do you clear the screen in sql?
What is compound trigger?
Easy way to convert tableau "IF - ELSEIF" statements to Netezza "CASE" statements.
What program will open a mdb file?
What is the syntax to add a record to a table?
What is difference between procedure and trigger?
Which software is used for pl sql programming?
how to get a list of columns in an existing table? : Sql dba