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 delete command in sql?
Why is partition used in sql?
Can we insert in view in sql?
Explain how to use transactions efficiently : transact sql
What are different types of sql?
what is a field in a database ? : Sql dba
define sql delete statement ? : Sql dba
What are different types of triggers?
how to get help information from the server? : Sql dba
What is record in pl sql?
What is the unique index?
Are sql database names case sensitive?
What are the query optimization techniques?
How can we find duplicate records in a table?
what is union, minus and interact commands? : Sql dba