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
how mysql optimizes distinct? : Sql dba
what are date and time data types? : Sql dba
What is the difference among union, minus and intersect?
what is the difference between primary key and unique key? : Sql dba
what is a database lock ? : Sql dba
What are primary key and foreign key and how they work?
What is relationship? How many types of relationship are there?
How many aggregate functions are available there in sql?
What is the difference between union and union all command?
What are sql built in functions?
what is a join? : Sql dba
What is sharding in sql?
How do I run a sql query?
How do I enable sql encryption?
Can we call a function containing dml statements in a select query?