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
what is offset-fetch filter in tsql? : Transact sql
what is dbms? : Sql dba
Can 2 queries be executed simultaneously in a distributed database system?
Which is better join or inner query?
Why do we use %rowtype & %type in plsql?
What is the basic form of sql query?
How many rows can sqlite handle?
What is union and union all keyword in sql and what are their differences?
How would you pass hints to the sql processor?
How sql query is executed?
How much does a sql dba make? : SQL DBA
Which type of cursor is used to execute the dml statement?
What is multiple partition?
How do I delete a trigger?
What are the advantages of pl sql?