Can you have multiple SPs with the same name on a database?
Answer Posted / 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 |
Post New Answer View All Answers
Describe different types of general function used in sql?
what are the differences among rownum, rank and dense_rank? : Sql dba
What is user defined functions?
What is a relationship and what are they?
What are the subsets of sql?
In what condition is it good to disable a trigger?
Why we use pl sql?
what is the syntax used for partition in tsql? : Transact sql
Explain raise_application_error.
What do you understand by pl/sql cursors?
Can we join same table in sql?
Differentiate between sga and pga.
What are three advantages to using sql?
What is dml and ddl?
Does pdo prevent sql injection?