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 self join and what is the requirement of self join? : Sql dba
How do you update sql?
what is foreign key? : Sql dba
What is sql query limit?
Can I join the same table twice?
how to show all tables with 'mysql'? : Sql dba
What is transaction control language (tcl)?
what are aggregate and scalar functions? : Sql dba
What are aggregate and scalar functions?
define join and explain different type of joins? : Sql dba
Can we call stored procedure in function?
What is sqlcontext?
Can we insert data into view?
what is row? : Sql dba
Is postgresql a server?